Shades of Cornflower Blue #6B9EFC
Tints of Cornflower Blue #6B9EFC
RGB
CMYK
RGB Variations
Color information
#6B9EFC (or 0x6B9EFC) is known color: Cornflower Blue. HEX triplet: 6B, 9E and FC. RGB value is (107,158,252). Sum of RGB (Red+Green+Blue) = 107+158+252=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B9EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9EFC is #946103. Grayscale: #999999. Windows color (decimal): -9724164 or 16555627. OLE color: 16555627.
HSL color Cylindrical-coordinate representation of color #6B9EFC: hue angle of 218.9º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B9EFC is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 158 | 252 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.01 |
| HSL | 218.9º | 0.96% | 0.7% | - |
| HSV(B) | 218.9º | 0.58% | 0.99% | - |
| XYZ | 35.86 | 34.61 | 96.89 | - |
| YUV | 153.47 | 183.6 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 252 | 0.58 | 0.37 | 0 | 0.01 | 218.9 | 0.96 | 0.7 |
| Hex | 6B | 9E | FC | 3A | 25 | 0 | 1 | DB | 60 | 46 |
| Octal | 153 | 236 | 374 | 72 | 45 | 0 | 1 | 333 | 140 | 106 |
| Binary | 1101011 | 10011110 | 11111100 | 111010 | 100101 | 0 | 1 | 11011011 | 1100000 | 1000110 |
Color Harmonies of #6B9EFC
Complementary color
Monochromatic Colors of #6B9EFC
Black with #6B9EFC
Text Example
Text Example
White with #6B9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9EFC; }
p { color: rgb(107,158,252); }
H1.HeaderClassName
{
color: #6B9EFC;
}
.AnyTagClassName
{
color: #6B9EFC;
}
</style>
background-color css
<style>
a { background-color: #6B9EFC; }
a { background-color: rgb(107,158,252); }
div.DivClassName
{
background-color: #6B9EFC;
}
.BgClassName
{
background-color: #6B9EFC;
}
</style>
border-color css
<style>
span { border-color: #6B9EFC; }
span { border-color: rgb(107,158,252); }
td.TdClassName
{
border-color: #6B9EFC;
}
.TagClassName
{
border-color: #6B9EFC;
}
</style>