Shades of Cornflower Blue #6C8EFB
Tints of Cornflower Blue #6C8EFB
RGB
CMYK
RGB Variations
Color information
#6C8EFB (or 0x6C8EFB) is known color: Cornflower Blue. HEX triplet: 6C, 8E and FB. RGB value is (108,142,251). Sum of RGB (Red+Green+Blue) = 108+142+251=501 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.56% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C8EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8EFB is #937104. Grayscale: #8F8F8F. Windows color (decimal): -9662725 or 16485996. OLE color: 16485996.
HSL color Cylindrical-coordinate representation of color #6C8EFB: hue angle of 225.73º 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 #6C8EFB is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 142 | 251 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.02 |
| HSL | 225.73º | 0.95% | 0.7% | - |
| HSV(B) | 225.73º | 0.57% | 0.98% | - |
| XYZ | 33.27 | 29.5 | 95.21 | - |
| YUV | 144.26 | 188.24 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 142 | 251 | 0.57 | 0.43 | 0 | 0.02 | 225.73 | 0.95 | 0.7 |
| Hex | 6C | 8E | FB | 39 | 2B | 0 | 2 | E2 | 5F | 46 |
| Octal | 154 | 216 | 373 | 71 | 53 | 0 | 2 | 342 | 137 | 106 |
| Binary | 1101100 | 10001110 | 11111011 | 111001 | 101011 | 0 | 10 | 11100010 | 1011111 | 1000110 |
Color Harmonies of #6C8EFB
Complementary color
Monochromatic Colors of #6C8EFB
Black with #6C8EFB
Text Example
Text Example
White with #6C8EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8EFB; }
p { color: rgb(108,142,251); }
H1.HeaderClassName
{
color: #6C8EFB;
}
.AnyTagClassName
{
color: #6C8EFB;
}
</style>
background-color css
<style>
a { background-color: #6C8EFB; }
a { background-color: rgb(108,142,251); }
div.DivClassName
{
background-color: #6C8EFB;
}
.BgClassName
{
background-color: #6C8EFB;
}
</style>
border-color css
<style>
span { border-color: #6C8EFB; }
span { border-color: rgb(108,142,251); }
td.TdClassName
{
border-color: #6C8EFB;
}
.TagClassName
{
border-color: #6C8EFB;
}
</style>