#6F9CE6

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

Shades of Cornflower Blue #6F9CE6

Tints of Cornflower Blue #6F9CE6

Color information

#6F9CE6 (or 0x6F9CE6) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 9C and E6. RGB value is (111,156,230). Sum of RGB (Red+Green+Blue) = 111+156+230=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #6F9CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9CE6 is #906319. Grayscale: #969696. Windows color (decimal): -9462554 or 15113327. OLE color: 15113327.

HSL color Cylindrical-coordinate representation of color #6F9CE6: hue angle of 217.31º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F9CE6 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB111156230-
CMYK0.520.3200.10
HSL217.31º70.41%66.86%-
HSV(B)217.31º51.74%90.2%-
XYZ32.7332.8779.48-
YUV150.98172.5999.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.33%
GREEN value IS 156 (61.33% from 255) = 31.39%
BLUE value IS 230 (90.23% from 255) = 46.28%
R=22.33%
G=31.39%
B=46.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1111562300.520.3200.10217.3170.4166.86
Hex6F9CE634200Ad94643
Octal1572343466440012331106103
Binary11011111001110011100110110100100000010101101100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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