Shades of Cornflower Blue #6878DB
Tints of Cornflower Blue #6878DB
RGB
CMYK
RGB Variations
Color information
#6878DB (or 0x6878DB) is known color: Cornflower Blue. HEX triplet: 68, 78 and DB. RGB value is (104,120,219). Sum of RGB (Red+Green+Blue) = 104+120+219=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #6878DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6878DB is #978724. Grayscale: #7E7E7E. Windows color (decimal): -9930533 or 14383208. OLE color: 14383208.
HSL color Cylindrical-coordinate representation of color #6878DB: hue angle of 231.65º degrees, saturation: 0.61, 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 #6878DB is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 120 | 219 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.14 |
| HSL | 231.65º | 0.61% | 0.63% | - |
| HSV(B) | 231.65º | 0.53% | 0.86% | - |
| XYZ | 25.21 | 21.49 | 69.84 | - |
| YUV | 126.5 | 180.2 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 219 | 0.53 | 0.45 | 0 | 0.14 | 231.65 | 0.61 | 0.63 |
| Hex | 68 | 78 | DB | 35 | 2D | 0 | E | E8 | 3D | 3F |
| Octal | 150 | 170 | 333 | 65 | 55 | 0 | 16 | 350 | 75 | 77 |
| Binary | 1101000 | 1111000 | 11011011 | 110101 | 101101 | 0 | 1110 | 11101000 | 111101 | 111111 |
Color Harmonies of #6878DB
Complementary color
Monochromatic Colors of #6878DB
Black with #6878DB
Text Example
Text Example
White with #6878DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6878DB; }
p { color: rgb(104,120,219); }
H1.HeaderClassName
{
color: #6878DB;
}
.AnyTagClassName
{
color: #6878DB;
}
</style>
background-color css
<style>
a { background-color: #6878DB; }
a { background-color: rgb(104,120,219); }
div.DivClassName
{
background-color: #6878DB;
}
.BgClassName
{
background-color: #6878DB;
}
</style>
border-color css
<style>
span { border-color: #6878DB; }
span { border-color: rgb(104,120,219); }
td.TdClassName
{
border-color: #6878DB;
}
.TagClassName
{
border-color: #6878DB;
}
</style>