Shades of Cornflower Blue #6685DB
Tints of Cornflower Blue #6685DB
RGB
CMYK
RGB Variations
Color information
#6685DB (or 0x6685DB) is known color: Cornflower Blue. HEX triplet: 66, 85 and DB. RGB value is (102,133,219). Sum of RGB (Red+Green+Blue) = 102+133+219=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #6685DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6685DB is #997A24. Grayscale: #858585. Windows color (decimal): -10058277 or 14386534. OLE color: 14386534.
HSL color Cylindrical-coordinate representation of color #6685DB: hue angle of 224.1º 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 #6685DB is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 133 | 219 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.14 |
| HSL | 224.1º | 0.62% | 0.63% | - |
| HSV(B) | 224.1º | 0.53% | 0.86% | - |
| XYZ | 26.65 | 24.71 | 70.38 | - |
| YUV | 133.54 | 176.23 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 219 | 0.53 | 0.39 | 0 | 0.14 | 224.1 | 0.62 | 0.63 |
| Hex | 66 | 85 | DB | 35 | 27 | 0 | E | E0 | 3E | 3F |
| Octal | 146 | 205 | 333 | 65 | 47 | 0 | 16 | 340 | 76 | 77 |
| Binary | 1100110 | 10000101 | 11011011 | 110101 | 100111 | 0 | 1110 | 11100000 | 111110 | 111111 |
Color Harmonies of #6685DB
Complementary color
Monochromatic Colors of #6685DB
Black with #6685DB
Text Example
Text Example
White with #6685DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6685DB; }
p { color: rgb(102,133,219); }
H1.HeaderClassName
{
color: #6685DB;
}
.AnyTagClassName
{
color: #6685DB;
}
</style>
background-color css
<style>
a { background-color: #6685DB; }
a { background-color: rgb(102,133,219); }
div.DivClassName
{
background-color: #6685DB;
}
.BgClassName
{
background-color: #6685DB;
}
</style>
border-color css
<style>
span { border-color: #6685DB; }
span { border-color: rgb(102,133,219); }
td.TdClassName
{
border-color: #6685DB;
}
.TagClassName
{
border-color: #6685DB;
}
</style>