Shades of Cornflower Blue #6C8BFB
Tints of Cornflower Blue #6C8BFB
RGB
CMYK
RGB Variations
Color information
#6C8BFB (or 0x6C8BFB) is known color: Cornflower Blue. HEX triplet: 6C, 8B and FB. RGB value is (108,139,251). Sum of RGB (Red+Green+Blue) = 108+139+251=498 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.69% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C8BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8BFB is #937404. Grayscale: #8E8E8E. Windows color (decimal): -9663493 or 16485228. OLE color: 16485228.
HSL color Cylindrical-coordinate representation of color #6C8BFB: hue angle of 226.99º 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 #6C8BFB is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 139 | 251 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.02 |
| HSL | 226.99º | 0.95% | 0.7% | - |
| HSV(B) | 226.99º | 0.57% | 0.98% | - |
| XYZ | 32.83 | 28.62 | 95.06 | - |
| YUV | 142.5 | 189.23 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 139 | 251 | 0.57 | 0.45 | 0 | 0.02 | 226.99 | 0.95 | 0.7 |
| Hex | 6C | 8B | FB | 39 | 2D | 0 | 2 | E3 | 5F | 46 |
| Octal | 154 | 213 | 373 | 71 | 55 | 0 | 2 | 343 | 137 | 106 |
| Binary | 1101100 | 10001011 | 11111011 | 111001 | 101101 | 0 | 10 | 11100011 | 1011111 | 1000110 |
Color Harmonies of #6C8BFB
Complementary color
Monochromatic Colors of #6C8BFB
Black with #6C8BFB
Text Example
Text Example
White with #6C8BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8BFB; }
p { color: rgb(108,139,251); }
H1.HeaderClassName
{
color: #6C8BFB;
}
.AnyTagClassName
{
color: #6C8BFB;
}
</style>
background-color css
<style>
a { background-color: #6C8BFB; }
a { background-color: rgb(108,139,251); }
div.DivClassName
{
background-color: #6C8BFB;
}
.BgClassName
{
background-color: #6C8BFB;
}
</style>
border-color css
<style>
span { border-color: #6C8BFB; }
span { border-color: rgb(108,139,251); }
td.TdClassName
{
border-color: #6C8BFB;
}
.TagClassName
{
border-color: #6C8BFB;
}
</style>