Shades of Cornflower Blue #6688DB
Tints of Cornflower Blue #6688DB
RGB
CMYK
RGB Variations
Color information
#6688DB (or 0x6688DB) is known color: Cornflower Blue. HEX triplet: 66, 88 and DB. RGB value is (102,136,219). Sum of RGB (Red+Green+Blue) = 102+136+219=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #6688DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6688DB is #997724. Grayscale: #868686. Windows color (decimal): -10057509 or 14387302. OLE color: 14387302.
HSL color Cylindrical-coordinate representation of color #6688DB: hue angle of 222.56º 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 #6688DB is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 136 | 219 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.14 |
| HSL | 222.56º | 0.62% | 0.63% | - |
| HSV(B) | 222.56º | 0.53% | 0.86% | - |
| XYZ | 27.07 | 25.55 | 70.52 | - |
| YUV | 135.3 | 175.24 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 219 | 0.53 | 0.38 | 0 | 0.14 | 222.56 | 0.62 | 0.63 |
| Hex | 66 | 88 | DB | 35 | 26 | 0 | E | DF | 3E | 3F |
| Octal | 146 | 210 | 333 | 65 | 46 | 0 | 16 | 337 | 76 | 77 |
| Binary | 1100110 | 10001000 | 11011011 | 110101 | 100110 | 0 | 1110 | 11011111 | 111110 | 111111 |
Color Harmonies of #6688DB
Complementary color
Monochromatic Colors of #6688DB
Black with #6688DB
Text Example
Text Example
White with #6688DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6688DB; }
p { color: rgb(102,136,219); }
H1.HeaderClassName
{
color: #6688DB;
}
.AnyTagClassName
{
color: #6688DB;
}
</style>
background-color css
<style>
a { background-color: #6688DB; }
a { background-color: rgb(102,136,219); }
div.DivClassName
{
background-color: #6688DB;
}
.BgClassName
{
background-color: #6688DB;
}
</style>
border-color css
<style>
span { border-color: #6688DB; }
span { border-color: rgb(102,136,219); }
td.TdClassName
{
border-color: #6688DB;
}
.TagClassName
{
border-color: #6688DB;
}
</style>