Shades of Cornflower Blue #6696DA
Tints of Cornflower Blue #6696DA
RGB
CMYK
RGB Variations
Color information
#6696DA (or 0x6696DA) is known color: Cornflower Blue. HEX triplet: 66, 96 and DA. RGB value is (102,150,218). Sum of RGB (Red+Green+Blue) = 102+150+218=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #6696DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696DA is #996925. Grayscale: #8F8F8F. Windows color (decimal): -10053926 or 14325350. OLE color: 14325350.
HSL color Cylindrical-coordinate representation of color #6696DA: hue angle of 215.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6696DA is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 150 | 218 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.15 |
| HSL | 215.17º | 0.61% | 0.63% | - |
| HSV(B) | 215.17º | 0.53% | 0.85% | - |
| XYZ | 29.04 | 29.7 | 70.53 | - |
| YUV | 143.4 | 170.1 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 218 | 0.53 | 0.31 | 0 | 0.15 | 215.17 | 0.61 | 0.63 |
| Hex | 66 | 96 | DA | 35 | 1F | 0 | F | D7 | 3D | 3F |
| Octal | 146 | 226 | 332 | 65 | 37 | 0 | 17 | 327 | 75 | 77 |
| Binary | 1100110 | 10010110 | 11011010 | 110101 | 11111 | 0 | 1111 | 11010111 | 111101 | 111111 |
Color Harmonies of #6696DA
Complementary color
Monochromatic Colors of #6696DA
Black with #6696DA
Text Example
Text Example
White with #6696DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6696DA; }
p { color: rgb(102,150,218); }
H1.HeaderClassName
{
color: #6696DA;
}
.AnyTagClassName
{
color: #6696DA;
}
</style>
background-color css
<style>
a { background-color: #6696DA; }
a { background-color: rgb(102,150,218); }
div.DivClassName
{
background-color: #6696DA;
}
.BgClassName
{
background-color: #6696DA;
}
</style>
border-color css
<style>
span { border-color: #6696DA; }
span { border-color: rgb(102,150,218); }
td.TdClassName
{
border-color: #6696DA;
}
.TagClassName
{
border-color: #6696DA;
}
</style>