Shades of Cornflower Blue #6696EC
Tints of Cornflower Blue #6696EC
RGB
CMYK
RGB Variations
Color information
#6696EC (or 0x6696EC) is known color: Cornflower Blue. HEX triplet: 66, 96 and EC. RGB value is (102,150,236). Sum of RGB (Red+Green+Blue) = 102+150+236=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #6696EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6696EC is #996913. Grayscale: #919191. Windows color (decimal): -10053908 or 15504998. OLE color: 15504998.
HSL color Cylindrical-coordinate representation of color #6696EC: hue angle of 218.51º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6696EC is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 150 | 236 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.07 |
| HSL | 218.51º | 0.78% | 0.66% | - |
| HSV(B) | 218.51º | 0.57% | 0.93% | - |
| XYZ | 31.53 | 30.69 | 83.62 | - |
| YUV | 145.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 236 | 0.57 | 0.36 | 0 | 0.07 | 218.51 | 0.78 | 0.66 |
| Hex | 66 | 96 | EC | 39 | 24 | 0 | 7 | DB | 4E | 42 |
| Octal | 146 | 226 | 354 | 71 | 44 | 0 | 7 | 333 | 116 | 102 |
| Binary | 1100110 | 10010110 | 11101100 | 111001 | 100100 | 0 | 111 | 11011011 | 1001110 | 1000010 |
Color Harmonies of #6696EC
Complementary color
Monochromatic Colors of #6696EC
Black with #6696EC
Text Example
Text Example
White with #6696EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6696EC; }
p { color: rgb(102,150,236); }
H1.HeaderClassName
{
color: #6696EC;
}
.AnyTagClassName
{
color: #6696EC;
}
</style>
background-color css
<style>
a { background-color: #6696EC; }
a { background-color: rgb(102,150,236); }
div.DivClassName
{
background-color: #6696EC;
}
.BgClassName
{
background-color: #6696EC;
}
</style>
border-color css
<style>
span { border-color: #6696EC; }
span { border-color: rgb(102,150,236); }
td.TdClassName
{
border-color: #6696EC;
}
.TagClassName
{
border-color: #6696EC;
}
</style>