#6F9CF6

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

Shades of Cornflower Blue #6F9CF6

Tints of Cornflower Blue #6F9CF6

Color information

#6F9CF6 (or 0x6F9CF6) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 9C and F6. RGB value is (111,156,246). Sum of RGB (Red+Green+Blue) = 111+156+246=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #6F9CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9CF6 is #906309. Grayscale: #989898. Windows color (decimal): -9462538 or 16161903. OLE color: 16161903.

HSL color Cylindrical-coordinate representation of color #6F9CF6: hue angle of 220º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F9CF6 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB111156246-
CMYK0.550.3700.04
HSL220º88.24%70%-
HSV(B)220º54.88%96.47%-
XYZ35.0833.8191.87-
YUV152.8180.5998.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.64%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 246 (96.48% from 255) = 47.95%
R=21.64%
G=30.41%
B=47.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1111562460.550.3700.0422088.2470
Hex6F9CF6372504dc5846
Octal157234366674504334130106
Binary1101111100111001111011011011110010101001101110010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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