Shades of Cornflower Blue #6895DB
Tints of Cornflower Blue #6895DB
RGB
CMYK
RGB Variations
Color information
#6895DB (or 0x6895DB) is known color: Cornflower Blue. HEX triplet: 68, 95 and DB. RGB value is (104,149,219). Sum of RGB (Red+Green+Blue) = 104+149+219=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #6895DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6895DB is #976A24. Grayscale: #8F8F8F. Windows color (decimal): -9923109 or 14390632. OLE color: 14390632.
HSL color Cylindrical-coordinate representation of color #6895DB: hue angle of 216.52º 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 #6895DB is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 149 | 219 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.14 |
| HSL | 216.52º | 0.61% | 0.63% | - |
| HSV(B) | 216.52º | 0.53% | 0.86% | - |
| XYZ | 29.24 | 29.55 | 71.18 | - |
| YUV | 143.53 | 170.59 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 219 | 0.53 | 0.32 | 0 | 0.14 | 216.52 | 0.61 | 0.63 |
| Hex | 68 | 95 | DB | 35 | 20 | 0 | E | D9 | 3D | 3F |
| Octal | 150 | 225 | 333 | 65 | 40 | 0 | 16 | 331 | 75 | 77 |
| Binary | 1101000 | 10010101 | 11011011 | 110101 | 100000 | 0 | 1110 | 11011001 | 111101 | 111111 |
Color Harmonies of #6895DB
Complementary color
Monochromatic Colors of #6895DB
Black with #6895DB
Text Example
Text Example
White with #6895DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6895DB; }
p { color: rgb(104,149,219); }
H1.HeaderClassName
{
color: #6895DB;
}
.AnyTagClassName
{
color: #6895DB;
}
</style>
background-color css
<style>
a { background-color: #6895DB; }
a { background-color: rgb(104,149,219); }
div.DivClassName
{
background-color: #6895DB;
}
.BgClassName
{
background-color: #6895DB;
}
</style>
border-color css
<style>
span { border-color: #6895DB; }
span { border-color: rgb(104,149,219); }
td.TdClassName
{
border-color: #6895DB;
}
.TagClassName
{
border-color: #6895DB;
}
</style>