Shades of Cornflower Blue #6692DC
Tints of Cornflower Blue #6692DC
RGB
CMYK
RGB Variations
Color information
#6692DC (or 0x6692DC) is known color: Cornflower Blue. HEX triplet: 66, 92 and DC. RGB value is (102,146,220). Sum of RGB (Red+Green+Blue) = 102+146+220=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #6692DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6692DC is #996D23. Grayscale: #8C8C8C. Windows color (decimal): -10054948 or 14455398. OLE color: 14455398.
HSL color Cylindrical-coordinate representation of color #6692DC: hue angle of 217.63º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6692DC is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 146 | 220 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.14 |
| HSL | 217.63º | 0.63% | 0.63% | - |
| HSV(B) | 217.63º | 0.54% | 0.86% | - |
| XYZ | 28.68 | 28.55 | 71.71 | - |
| YUV | 141.28 | 172.42 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 220 | 0.54 | 0.34 | 0 | 0.14 | 217.63 | 0.63 | 0.63 |
| Hex | 66 | 92 | DC | 36 | 22 | 0 | E | DA | 3F | 3F |
| Octal | 146 | 222 | 334 | 66 | 42 | 0 | 16 | 332 | 77 | 77 |
| Binary | 1100110 | 10010010 | 11011100 | 110110 | 100010 | 0 | 1110 | 11011010 | 111111 | 111111 |
Color Harmonies of #6692DC
Complementary color
Monochromatic Colors of #6692DC
Black with #6692DC
Text Example
Text Example
White with #6692DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6692DC; }
p { color: rgb(102,146,220); }
H1.HeaderClassName
{
color: #6692DC;
}
.AnyTagClassName
{
color: #6692DC;
}
</style>
background-color css
<style>
a { background-color: #6692DC; }
a { background-color: rgb(102,146,220); }
div.DivClassName
{
background-color: #6692DC;
}
.BgClassName
{
background-color: #6692DC;
}
</style>
border-color css
<style>
span { border-color: #6692DC; }
span { border-color: rgb(102,146,220); }
td.TdClassName
{
border-color: #6692DC;
}
.TagClassName
{
border-color: #6692DC;
}
</style>