Shades of Cornflower Blue #6686DB
Tints of Cornflower Blue #6686DB
RGB
CMYK
RGB Variations
Color information
#6686DB (or 0x6686DB) is known color: Cornflower Blue. HEX triplet: 66, 86 and DB. RGB value is (102,134,219). Sum of RGB (Red+Green+Blue) = 102+134+219=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #6686DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6686DB is #997924. Grayscale: #858585. Windows color (decimal): -10058021 or 14386790. OLE color: 14386790.
HSL color Cylindrical-coordinate representation of color #6686DB: hue angle of 223.59º 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 #6686DB is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 134 | 219 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.14 |
| HSL | 223.59º | 0.62% | 0.63% | - |
| HSV(B) | 223.59º | 0.53% | 0.86% | - |
| XYZ | 26.79 | 24.99 | 70.43 | - |
| YUV | 134.12 | 175.9 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 219 | 0.53 | 0.39 | 0 | 0.14 | 223.59 | 0.62 | 0.63 |
| Hex | 66 | 86 | DB | 35 | 27 | 0 | E | E0 | 3E | 3F |
| Octal | 146 | 206 | 333 | 65 | 47 | 0 | 16 | 340 | 76 | 77 |
| Binary | 1100110 | 10000110 | 11011011 | 110101 | 100111 | 0 | 1110 | 11100000 | 111110 | 111111 |
Color Harmonies of #6686DB
Complementary color
Monochromatic Colors of #6686DB
Black with #6686DB
Text Example
Text Example
White with #6686DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6686DB; }
p { color: rgb(102,134,219); }
H1.HeaderClassName
{
color: #6686DB;
}
.AnyTagClassName
{
color: #6686DB;
}
</style>
background-color css
<style>
a { background-color: #6686DB; }
a { background-color: rgb(102,134,219); }
div.DivClassName
{
background-color: #6686DB;
}
.BgClassName
{
background-color: #6686DB;
}
</style>
border-color css
<style>
span { border-color: #6686DB; }
span { border-color: rgb(102,134,219); }
td.TdClassName
{
border-color: #6686DB;
}
.TagClassName
{
border-color: #6686DB;
}
</style>