Shades of Cornflower Blue #6B9EFA
Tints of Cornflower Blue #6B9EFA
RGB
CMYK
RGB Variations
Color information
#6B9EFA (or 0x6B9EFA) is known color: Cornflower Blue. HEX triplet: 6B, 9E and FA. RGB value is (107,158,250). Sum of RGB (Red+Green+Blue) = 107+158+250=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B9EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9EFA is #946105. Grayscale: #989898. Windows color (decimal): -9724166 or 16424555. OLE color: 16424555.
HSL color Cylindrical-coordinate representation of color #6B9EFA: hue angle of 218.6º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B9EFA is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 158 | 250 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.02 |
| HSL | 218.6º | 0.93% | 0.7% | - |
| HSV(B) | 218.6º | 0.57% | 0.98% | - |
| XYZ | 35.55 | 34.48 | 95.22 | - |
| YUV | 153.24 | 182.6 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 250 | 0.57 | 0.37 | 0 | 0.02 | 218.6 | 0.93 | 0.7 |
| Hex | 6B | 9E | FA | 39 | 25 | 0 | 2 | DB | 5D | 46 |
| Octal | 153 | 236 | 372 | 71 | 45 | 0 | 2 | 333 | 135 | 106 |
| Binary | 1101011 | 10011110 | 11111010 | 111001 | 100101 | 0 | 10 | 11011011 | 1011101 | 1000110 |
Color Harmonies of #6B9EFA
Complementary color
Monochromatic Colors of #6B9EFA
Black with #6B9EFA
Text Example
Text Example
White with #6B9EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9EFA; }
p { color: rgb(107,158,250); }
H1.HeaderClassName
{
color: #6B9EFA;
}
.AnyTagClassName
{
color: #6B9EFA;
}
</style>
background-color css
<style>
a { background-color: #6B9EFA; }
a { background-color: rgb(107,158,250); }
div.DivClassName
{
background-color: #6B9EFA;
}
.BgClassName
{
background-color: #6B9EFA;
}
</style>
border-color css
<style>
span { border-color: #6B9EFA; }
span { border-color: rgb(107,158,250); }
td.TdClassName
{
border-color: #6B9EFA;
}
.TagClassName
{
border-color: #6B9EFA;
}
</style>