#6F9BED

Color #6F9BED Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6F9BED

Tints of Cornflower Blue #6F9BED

Color information

#6F9BED (or 0x6F9BED) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 9B and ED. RGB value is (111,155,237). Sum of RGB (Red+Green+Blue) = 111+155+237=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F9BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9BED is #906412. Grayscale: #969696. Windows color (decimal): -9462803 or 15571823. OLE color: 15571823.

HSL color Cylindrical-coordinate representation of color #6F9BED: hue angle of 219.05º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F9BED is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB111155237-
CMYK0.530.3500.07
HSL219.05º77.78%68.24%-
HSV(B)219.05º53.16%92.94%-
XYZ33.5632.9484.71-
YUV151.19176.4299.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 22.07%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=22.07%
G=30.82%
B=47.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1111552370.530.3500.07219.0577.7868.24
Hex6F9BED352307db4e44
Octal157233355654307333116104
Binary1101111100110111110110111010110001101111101101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F9BED; }

 p { color: rgb(111,155,237); }

 H1.HeaderClassName
 {
   color: #6F9BED;
 }
 .AnyTagClassName
 {
   color: #6F9BED;
 }
</style>
background-color css

<style>
 a { background-color: #6F9BED; }

 a { background-color: rgb(111,155,237); }

 div.DivClassName
 {
   background-color: #6F9BED;
 }
 .BgClassName
 {
   background-color: #6F9BED;
 }
</style>
border-color css

<style>
 span { border-color: #6F9BED; }

 span { border-color: rgb(111,155,237); }

 td.TdClassName
 {
   border-color: #6F9BED;
 }
 .TagClassName
 {
   border-color: #6F9BED;
 }
</style>