Shades of Cornflower Blue #6697DD
Tints of Cornflower Blue #6697DD
RGB
CMYK
RGB Variations
Color information
#6697DD (or 0x6697DD) is known color: Cornflower Blue. HEX triplet: 66, 97 and DD. RGB value is (102,151,221). Sum of RGB (Red+Green+Blue) = 102+151+221=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #6697DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6697DD is #996822. Grayscale: #8F8F8F. Windows color (decimal): -10053667 or 14522214. OLE color: 14522214.
HSL color Cylindrical-coordinate representation of color #6697DD: hue angle of 215.29º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6697DD is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 151 | 221 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.13 |
| HSL | 215.29º | 0.64% | 0.63% | - |
| HSV(B) | 215.29º | 0.54% | 0.87% | - |
| XYZ | 29.6 | 30.18 | 72.67 | - |
| YUV | 144.33 | 171.27 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 221 | 0.54 | 0.32 | 0 | 0.13 | 215.29 | 0.64 | 0.63 |
| Hex | 66 | 97 | DD | 36 | 20 | 0 | D | D7 | 40 | 3F |
| Octal | 146 | 227 | 335 | 66 | 40 | 0 | 15 | 327 | 100 | 77 |
| Binary | 1100110 | 10010111 | 11011101 | 110110 | 100000 | 0 | 1101 | 11010111 | 1000000 | 111111 |
Color Harmonies of #6697DD
Complementary color
Monochromatic Colors of #6697DD
Black with #6697DD
Text Example
Text Example
White with #6697DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6697DD; }
p { color: rgb(102,151,221); }
H1.HeaderClassName
{
color: #6697DD;
}
.AnyTagClassName
{
color: #6697DD;
}
</style>
background-color css
<style>
a { background-color: #6697DD; }
a { background-color: rgb(102,151,221); }
div.DivClassName
{
background-color: #6697DD;
}
.BgClassName
{
background-color: #6697DD;
}
</style>
border-color css
<style>
span { border-color: #6697DD; }
span { border-color: rgb(102,151,221); }
td.TdClassName
{
border-color: #6697DD;
}
.TagClassName
{
border-color: #6697DD;
}
</style>