Shades of Cornflower Blue #6694DB
Tints of Cornflower Blue #6694DB
RGB
CMYK
RGB Variations
Color information
#6694DB (or 0x6694DB) is known color: Cornflower Blue. HEX triplet: 66, 94 and DB. RGB value is (102,148,219). Sum of RGB (Red+Green+Blue) = 102+148+219=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #6694DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6694DB is #996B24. Grayscale: #8E8E8E. Windows color (decimal): -10054437 or 14390374. OLE color: 14390374.
HSL color Cylindrical-coordinate representation of color #6694DB: hue angle of 216.41º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6694DB is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 148 | 219 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.14 |
| HSL | 216.41º | 0.62% | 0.63% | - |
| HSV(B) | 216.41º | 0.53% | 0.86% | - |
| XYZ | 28.86 | 29.12 | 71.12 | - |
| YUV | 142.34 | 171.26 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 219 | 0.53 | 0.32 | 0 | 0.14 | 216.41 | 0.62 | 0.63 |
| Hex | 66 | 94 | DB | 35 | 20 | 0 | E | D8 | 3E | 3F |
| Octal | 146 | 224 | 333 | 65 | 40 | 0 | 16 | 330 | 76 | 77 |
| Binary | 1100110 | 10010100 | 11011011 | 110101 | 100000 | 0 | 1110 | 11011000 | 111110 | 111111 |
Color Harmonies of #6694DB
Complementary color
Monochromatic Colors of #6694DB
Black with #6694DB
Text Example
Text Example
White with #6694DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6694DB; }
p { color: rgb(102,148,219); }
H1.HeaderClassName
{
color: #6694DB;
}
.AnyTagClassName
{
color: #6694DB;
}
</style>
background-color css
<style>
a { background-color: #6694DB; }
a { background-color: rgb(102,148,219); }
div.DivClassName
{
background-color: #6694DB;
}
.BgClassName
{
background-color: #6694DB;
}
</style>
border-color css
<style>
span { border-color: #6694DB; }
span { border-color: rgb(102,148,219); }
td.TdClassName
{
border-color: #6694DB;
}
.TagClassName
{
border-color: #6694DB;
}
</style>