#6B7EE9

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

Shades of Cornflower Blue #6B7EE9

Tints of Cornflower Blue #6B7EE9

Color information

#6B7EE9 (or 0x6B7EE9) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 7E and E9. RGB value is (107,126,233). Sum of RGB (Red+Green+Blue) = 107+126+233=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #6B7EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7EE9 is #948116. Grayscale: #848484. Windows color (decimal): -9732375 or 15302251. OLE color: 15302251.

HSL color Cylindrical-coordinate representation of color #6B7EE9: hue angle of 230.95º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B7EE9 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB107126233-
CMYK0.540.4600.09
HSL230.95º74.12%66.67%-
HSV(B)230.95º54.08%91.37%-
XYZ28.2323.9380.22-
YUV132.52184.71109.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.96%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 233 (91.41% from 255) = 50%
R=22.96%
G=27.04%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1071262330.540.4600.09230.9574.1266.67
Hex6B7EE9362E09e74a43
Octal1531763516656011347112103
Binary1101011111111011101001110110101110010011110011110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,126,233); }

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

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

 a { background-color: rgb(107,126,233); }

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

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

 span { border-color: rgb(107,126,233); }

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