Shades of Cornflower Blue #6C9EFB
Tints of Cornflower Blue #6C9EFB
RGB
CMYK
RGB Variations
Color information
#6C9EFB (or 0x6C9EFB) is known color: Cornflower Blue. HEX triplet: 6C, 9E and FB. RGB value is (108,158,251). Sum of RGB (Red+Green+Blue) = 108+158+251=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C9EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C9EFB is #936104. Grayscale: #999999. Windows color (decimal): -9658629 or 16490092. OLE color: 16490092.
HSL color Cylindrical-coordinate representation of color #6C9EFB: hue angle of 219.02º degrees, saturation: 0.95, 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 #6C9EFB is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 158 | 251 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.02 |
| HSL | 219.02º | 0.95% | 0.7% | - |
| HSV(B) | 219.02º | 0.57% | 0.98% | - |
| XYZ | 35.82 | 34.61 | 96.06 | - |
| YUV | 153.65 | 182.94 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 158 | 251 | 0.57 | 0.37 | 0 | 0.02 | 219.02 | 0.95 | 0.7 |
| Hex | 6C | 9E | FB | 39 | 25 | 0 | 2 | DB | 5F | 46 |
| Octal | 154 | 236 | 373 | 71 | 45 | 0 | 2 | 333 | 137 | 106 |
| Binary | 1101100 | 10011110 | 11111011 | 111001 | 100101 | 0 | 10 | 11011011 | 1011111 | 1000110 |
Color Harmonies of #6C9EFB
Complementary color
Monochromatic Colors of #6C9EFB
Black with #6C9EFB
Text Example
Text Example
White with #6C9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9EFB; }
p { color: rgb(108,158,251); }
H1.HeaderClassName
{
color: #6C9EFB;
}
.AnyTagClassName
{
color: #6C9EFB;
}
</style>
background-color css
<style>
a { background-color: #6C9EFB; }
a { background-color: rgb(108,158,251); }
div.DivClassName
{
background-color: #6C9EFB;
}
.BgClassName
{
background-color: #6C9EFB;
}
</style>
border-color css
<style>
span { border-color: #6C9EFB; }
span { border-color: rgb(108,158,251); }
td.TdClassName
{
border-color: #6C9EFB;
}
.TagClassName
{
border-color: #6C9EFB;
}
</style>