#6F94DE

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

Shades of Cornflower Blue #6F94DE

Tints of Cornflower Blue #6F94DE

Color information

#6F94DE (or 0x6F94DE) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 94 and DE. RGB value is (111,148,222). Sum of RGB (Red+Green+Blue) = 111+148+222=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F94DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F94DE is #906B21. Grayscale: #919191. Windows color (decimal): -9464610 or 14586991. OLE color: 14586991.

HSL color Cylindrical-coordinate representation of color #6F94DE: hue angle of 220º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F94DE is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111148222-
CMYK0.50.3300.13
HSL220º62.71%65.29%-
HSV(B)220º50%87.06%-
XYZ30.3329.8373.27-
YUV145.37171.24103.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.08%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=23.08%
G=30.77%
B=46.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111482220.50.3300.1322062.7165.29
Hex6F94DE32210Ddc3f41
Octal157224336624101533477101
Binary1101111100101001101111011001010000101101110111001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,148,222); }

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

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

 a { background-color: rgb(111,148,222); }

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

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

 span { border-color: rgb(111,148,222); }

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