#6B7EF6

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

Shades of Cornflower Blue #6B7EF6

Tints of Cornflower Blue #6B7EF6

Color information

#6B7EF6 (or 0x6B7EF6) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 7E and F6. RGB value is (107,126,246). Sum of RGB (Red+Green+Blue) = 107+126+246=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #6B7EF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7EF6 is #948109. Grayscale: #858585. Windows color (decimal): -9732362 or 16154219. OLE color: 16154219.

HSL color Cylindrical-coordinate representation of color #6B7EF6: hue angle of 231.8º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B7EF6 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB107126246-
CMYK0.570.4900.04
HSL231.8º88.54%69.22%-
HSV(B)231.8º56.5%96.47%-
XYZ30.1624.790.37-
YUV134191.21108.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.34%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 246 (96.48% from 255) = 51.36%
R=22.34%
G=26.30%
B=51.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1071262460.570.4900.04231.888.5469.22
Hex6B7EF6393104e85945
Octal153176366716104350131105
Binary110101111111101111011011100111000101001110100010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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