Shades of Cornflower Blue #6C9BFB
Tints of Cornflower Blue #6C9BFB
RGB
CMYK
RGB Variations
Color information
#6C9BFB (or 0x6C9BFB) is known color: Cornflower Blue. HEX triplet: 6C, 9B and FB. RGB value is (108,155,251). Sum of RGB (Red+Green+Blue) = 108+155+251=514 (68% of max value = 765). Red value is 108 (42.58% from 255 or 21.01% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C9BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C9BFB is #936404. Grayscale: #979797. Windows color (decimal): -9659397 or 16489324. OLE color: 16489324.
HSL color Cylindrical-coordinate representation of color #6C9BFB: hue angle of 220.28º 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 #6C9BFB is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 155 | 251 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.02 |
| HSL | 220.28º | 0.95% | 0.7% | - |
| HSV(B) | 220.28º | 0.57% | 0.98% | - |
| XYZ | 35.32 | 33.6 | 95.89 | - |
| YUV | 151.89 | 183.93 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 155 | 251 | 0.57 | 0.38 | 0 | 0.02 | 220.28 | 0.95 | 0.7 |
| Hex | 6C | 9B | FB | 39 | 26 | 0 | 2 | DC | 5F | 46 |
| Octal | 154 | 233 | 373 | 71 | 46 | 0 | 2 | 334 | 137 | 106 |
| Binary | 1101100 | 10011011 | 11111011 | 111001 | 100110 | 0 | 10 | 11011100 | 1011111 | 1000110 |
Color Harmonies of #6C9BFB
Complementary color
Monochromatic Colors of #6C9BFB
Black with #6C9BFB
Text Example
Text Example
White with #6C9BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9BFB; }
p { color: rgb(108,155,251); }
H1.HeaderClassName
{
color: #6C9BFB;
}
.AnyTagClassName
{
color: #6C9BFB;
}
</style>
background-color css
<style>
a { background-color: #6C9BFB; }
a { background-color: rgb(108,155,251); }
div.DivClassName
{
background-color: #6C9BFB;
}
.BgClassName
{
background-color: #6C9BFB;
}
</style>
border-color css
<style>
span { border-color: #6C9BFB; }
span { border-color: rgb(108,155,251); }
td.TdClassName
{
border-color: #6C9BFB;
}
.TagClassName
{
border-color: #6C9BFB;
}
</style>