#6F8FE5

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

Shades of Cornflower Blue #6F8FE5

Tints of Cornflower Blue #6F8FE5

Color information

#6F8FE5 (or 0x6F8FE5) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 8F and E5. RGB value is (111,143,229). Sum of RGB (Red+Green+Blue) = 111+143+229=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #6F8FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8FE5 is #90701A. Grayscale: #8E8E8E. Windows color (decimal): -9465883 or 15044463. OLE color: 15044463.

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

Color convert

RGB111143229-
CMYK0.520.3800.10
HSL223.73º69.41%66.67%-
HSV(B)223.73º51.53%89.8%-
XYZ30.5228.6878.06-
YUV143.24176.4105.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.98%
GREEN value IS 143 (56.25% from 255) = 29.61%
BLUE value IS 229 (89.84% from 255) = 47.41%
R=22.98%
G=29.61%
B=47.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1111432290.520.3800.10223.7369.4166.67
Hex6F8FE534260Ae04543
Octal1572173456446012340105103
Binary11011111000111111100101110100100110010101110000010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,143,229); }

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

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

 a { background-color: rgb(111,143,229); }

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

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

 span { border-color: rgb(111,143,229); }

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