Shades of Cornflower Blue #6692D9
Tints of Cornflower Blue #6692D9
RGB
CMYK
RGB Variations
Color information
#6692D9 (or 0x6692D9) is known color: Cornflower Blue. HEX triplet: 66, 92 and D9. RGB value is (102,146,217). Sum of RGB (Red+Green+Blue) = 102+146+217=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #6692D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6692D9 is #996D26. Grayscale: #8C8C8C. Windows color (decimal): -10054951 or 14258790. OLE color: 14258790.
HSL color Cylindrical-coordinate representation of color #6692D9: hue angle of 217.04º degrees, saturation: 0.6, 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 #6692D9 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 146 | 217 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.15 |
| HSL | 217.04º | 0.6% | 0.63% | - |
| HSV(B) | 217.04º | 0.53% | 0.85% | - |
| XYZ | 28.28 | 28.39 | 69.64 | - |
| YUV | 140.94 | 170.92 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 217 | 0.53 | 0.33 | 0 | 0.15 | 217.04 | 0.6 | 0.63 |
| Hex | 66 | 92 | D9 | 35 | 21 | 0 | F | D9 | 3C | 3F |
| Octal | 146 | 222 | 331 | 65 | 41 | 0 | 17 | 331 | 74 | 77 |
| Binary | 1100110 | 10010010 | 11011001 | 110101 | 100001 | 0 | 1111 | 11011001 | 111100 | 111111 |
Color Harmonies of #6692D9
Complementary color
Monochromatic Colors of #6692D9
Black with #6692D9
Text Example
Text Example
White with #6692D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6692D9; }
p { color: rgb(102,146,217); }
H1.HeaderClassName
{
color: #6692D9;
}
.AnyTagClassName
{
color: #6692D9;
}
</style>
background-color css
<style>
a { background-color: #6692D9; }
a { background-color: rgb(102,146,217); }
div.DivClassName
{
background-color: #6692D9;
}
.BgClassName
{
background-color: #6692D9;
}
</style>
border-color css
<style>
span { border-color: #6692D9; }
span { border-color: rgb(102,146,217); }
td.TdClassName
{
border-color: #6692D9;
}
.TagClassName
{
border-color: #6692D9;
}
</style>