#6F94EA

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

Shades of Cornflower Blue #6F94EA

Tints of Cornflower Blue #6F94EA

Color information

#6F94EA (or 0x6F94EA) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 94 and EA. RGB value is (111,148,234). Sum of RGB (Red+Green+Blue) = 111+148+234=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F94EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F94EA is #906B15. Grayscale: #929292. Windows color (decimal): -9464598 or 15373423. OLE color: 15373423.

HSL color Cylindrical-coordinate representation of color #6F94EA: hue angle of 221.95º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F94EA is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111148234-
CMYK0.530.3700.08
HSL221.95º74.55%67.65%-
HSV(B)221.95º52.56%91.76%-
XYZ3230.582.04-
YUV146.74177.24102.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.52%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 234 (91.80% from 255) = 47.46%
R=22.52%
G=30.02%
B=47.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111482340.530.3700.08221.9574.5567.65
Hex6F94EA352508de4b44
Octal1572243526545010336113104
Binary11011111001010011101010110101100101010001101111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F94EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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