#6F7EE1

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

Shades of Cornflower Blue #6F7EE1

Tints of Cornflower Blue #6F7EE1

Color information

#6F7EE1 (or 0x6F7EE1) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 7E and E1. RGB value is (111,126,225). Sum of RGB (Red+Green+Blue) = 111+126+225=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #6F7EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7EE1 is #90811E. Grayscale: #848484. Windows color (decimal): -9470239 or 14777967. OLE color: 14777967.

HSL color Cylindrical-coordinate representation of color #6F7EE1: hue angle of 232.11º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F7EE1 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB111126225-
CMYK0.510.4400.12
HSL232.11º65.52%65.88%-
HSV(B)232.11º50.67%88.24%-
XYZ27.6123.7474.36-
YUV132.8180.03112.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.03%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 225 (88.28% from 255) = 48.70%
R=24.03%
G=27.27%
B=48.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1111262250.510.4400.12232.1165.5265.88
Hex6F7EE1332C0Ce84242
Octal1571763416354014350102102
Binary1101111111111011100001110011101100011001110100010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,126,225); }

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

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

 a { background-color: rgb(111,126,225); }

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

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

 span { border-color: rgb(111,126,225); }

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