Shades of Cornflower Blue #6B96D6
Tints of Cornflower Blue #6B96D6
RGB
CMYK
RGB Variations
Color information
#6B96D6 (or 0x6B96D6) is known color: Cornflower Blue. HEX triplet: 6B, 96 and D6. RGB value is (107,150,214). Sum of RGB (Red+Green+Blue) = 107+150+214=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B96D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B96D6 is #946929. Grayscale: #909090. Windows color (decimal): -9726250 or 14063211. OLE color: 14063211.
HSL color Cylindrical-coordinate representation of color #6B96D6: hue angle of 215.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B96D6 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 150 | 214 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.16 |
| HSL | 215.89º | 0.57% | 0.63% | - |
| HSV(B) | 215.89º | 0.5% | 0.84% | - |
| XYZ | 29.11 | 29.79 | 67.83 | - |
| YUV | 144.44 | 167.25 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 150 | 214 | 0.50 | 0.30 | 0 | 0.16 | 215.89 | 0.57 | 0.63 |
| Hex | 6B | 96 | D6 | 32 | 1E | 0 | 10 | D8 | 39 | 3F |
| Octal | 153 | 226 | 326 | 62 | 36 | 0 | 20 | 330 | 71 | 77 |
| Binary | 1101011 | 10010110 | 11010110 | 110010 | 11110 | 0 | 10000 | 11011000 | 111001 | 111111 |
Color Harmonies of #6B96D6
Complementary color
Monochromatic Colors of #6B96D6
Black with #6B96D6
Text Example
Text Example
White with #6B96D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B96D6; }
p { color: rgb(107,150,214); }
H1.HeaderClassName
{
color: #6B96D6;
}
.AnyTagClassName
{
color: #6B96D6;
}
</style>
background-color css
<style>
a { background-color: #6B96D6; }
a { background-color: rgb(107,150,214); }
div.DivClassName
{
background-color: #6B96D6;
}
.BgClassName
{
background-color: #6B96D6;
}
</style>
border-color css
<style>
span { border-color: #6B96D6; }
span { border-color: rgb(107,150,214); }
td.TdClassName
{
border-color: #6B96D6;
}
.TagClassName
{
border-color: #6B96D6;
}
</style>