#6F9CEA

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

Shades of Cornflower Blue #6F9CEA

Tints of Cornflower Blue #6F9CEA

Color information

#6F9CEA (or 0x6F9CEA) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 9C and EA. RGB value is (111,156,234). Sum of RGB (Red+Green+Blue) = 111+156+234=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F9CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9CEA is #906315. Grayscale: #979797. Windows color (decimal): -9462550 or 15375471. OLE color: 15375471.

HSL color Cylindrical-coordinate representation of color #6F9CEA: hue angle of 218.05º 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 #6F9CEA is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111156234-
CMYK0.530.3300.08
HSL218.05º74.55%67.65%-
HSV(B)218.05º52.56%91.76%-
XYZ33.333.182.48-
YUV151.44174.5999.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.16%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 234 (91.80% from 255) = 46.71%
R=22.16%
G=31.14%
B=46.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111562340.530.3300.08218.0574.5567.65
Hex6F9CEA352108da4b44
Octal1572343526541010332113104
Binary11011111001110011101010110101100001010001101101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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