Shades of Cornflower Blue #6684DB
Tints of Cornflower Blue #6684DB
RGB
CMYK
RGB Variations
Color information
#6684DB (or 0x6684DB) is known color: Cornflower Blue. HEX triplet: 66, 84 and DB. RGB value is (102,132,219). Sum of RGB (Red+Green+Blue) = 102+132+219=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #6684DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6684DB is #997B24. Grayscale: #848484. Windows color (decimal): -10058533 or 14386278. OLE color: 14386278.
HSL color Cylindrical-coordinate representation of color #6684DB: hue angle of 224.62º 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 #6684DB is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 132 | 219 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.14 |
| HSL | 224.62º | 0.62% | 0.63% | - |
| HSV(B) | 224.62º | 0.53% | 0.86% | - |
| XYZ | 26.52 | 24.44 | 70.34 | - |
| YUV | 132.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 219 | 0.53 | 0.40 | 0 | 0.14 | 224.62 | 0.62 | 0.63 |
| Hex | 66 | 84 | DB | 35 | 28 | 0 | E | E1 | 3E | 3F |
| Octal | 146 | 204 | 333 | 65 | 50 | 0 | 16 | 341 | 76 | 77 |
| Binary | 1100110 | 10000100 | 11011011 | 110101 | 101000 | 0 | 1110 | 11100001 | 111110 | 111111 |
Color Harmonies of #6684DB
Complementary color
Monochromatic Colors of #6684DB
Black with #6684DB
Text Example
Text Example
White with #6684DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6684DB; }
p { color: rgb(102,132,219); }
H1.HeaderClassName
{
color: #6684DB;
}
.AnyTagClassName
{
color: #6684DB;
}
</style>
background-color css
<style>
a { background-color: #6684DB; }
a { background-color: rgb(102,132,219); }
div.DivClassName
{
background-color: #6684DB;
}
.BgClassName
{
background-color: #6684DB;
}
</style>
border-color css
<style>
span { border-color: #6684DB; }
span { border-color: rgb(102,132,219); }
td.TdClassName
{
border-color: #6684DB;
}
.TagClassName
{
border-color: #6684DB;
}
</style>