#6F9EE6

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

Shades of Cornflower Blue #6F9EE6

Tints of Cornflower Blue #6F9EE6

Color information

#6F9EE6 (or 0x6F9EE6) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 9E and E6. RGB value is (111,158,230). Sum of RGB (Red+Green+Blue) = 111+158+230=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #6F9EE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9EE6 is #906119. Grayscale: #979797. Windows color (decimal): -9462042 or 15113839. OLE color: 15113839.

HSL color Cylindrical-coordinate representation of color #6F9EE6: hue angle of 216.3º 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 #6F9EE6 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB111158230-
CMYK0.520.3100.10
HSL216.3º70.41%66.86%-
HSV(B)216.3º51.74%90.2%-
XYZ33.0733.5579.6-
YUV152.16171.9398.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.24%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 230 (90.23% from 255) = 46.09%
R=22.24%
G=31.66%
B=46.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1111582300.520.3100.10216.370.4166.86
Hex6F9EE6341F0Ad84643
Octal1572363466437012330106103
Binary1101111100111101110011011010011111010101101100010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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