#6F8EF4

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

Shades of Cornflower Blue #6F8EF4

Tints of Cornflower Blue #6F8EF4

Color information

#6F8EF4 (or 0x6F8EF4) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 8E and F4. RGB value is (111,142,244). Sum of RGB (Red+Green+Blue) = 111+142+244=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #6F8EF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8EF4 is #90710B. Grayscale: #8F8F8F. Windows color (decimal): -9466124 or 16027247. OLE color: 16027247.

HSL color Cylindrical-coordinate representation of color #6F8EF4: hue angle of 226.02º degrees, saturation: 0.86, 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 #6F8EF4 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB111142244-
CMYK0.550.4200.04
HSL226.02º85.81%69.61%-
HSV(B)226.02º54.51%95.69%-
XYZ32.5629.2689.52-
YUV144.36184.23104.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.33%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 244 (95.70% from 255) = 49.09%
R=22.33%
G=28.57%
B=49.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1111422440.550.4200.04226.0285.8169.61
Hex6F8EF4372A04e25646
Octal157216364675204342126106
Binary1101111100011101111010011011110101001001110001010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,142,244); }

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

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

 a { background-color: rgb(111,142,244); }

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

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

 span { border-color: rgb(111,142,244); }

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