Shades of Cornflower Blue #6995DB
Tints of Cornflower Blue #6995DB
RGB
CMYK
RGB Variations
Color information
#6995DB (or 0x6995DB) is known color: Cornflower Blue. HEX triplet: 69, 95 and DB. RGB value is (105,149,219). Sum of RGB (Red+Green+Blue) = 105+149+219=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #6995DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6995DB is #966A24. Grayscale: #8F8F8F. Windows color (decimal): -9857573 or 14390633. OLE color: 14390633.
HSL color Cylindrical-coordinate representation of color #6995DB: hue angle of 216.84º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6995DB is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 149 | 219 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.14 |
| HSL | 216.84º | 0.61% | 0.64% | - |
| HSV(B) | 216.84º | 0.52% | 0.86% | - |
| XYZ | 29.36 | 29.61 | 71.19 | - |
| YUV | 143.82 | 170.42 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 219 | 0.52 | 0.32 | 0 | 0.14 | 216.84 | 0.61 | 0.64 |
| Hex | 69 | 95 | DB | 34 | 20 | 0 | E | D9 | 3D | 40 |
| Octal | 151 | 225 | 333 | 64 | 40 | 0 | 16 | 331 | 75 | 100 |
| Binary | 1101001 | 10010101 | 11011011 | 110100 | 100000 | 0 | 1110 | 11011001 | 111101 | 1000000 |
Color Harmonies of #6995DB
Complementary color
Monochromatic Colors of #6995DB
Black with #6995DB
Text Example
Text Example
White with #6995DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6995DB; }
p { color: rgb(105,149,219); }
H1.HeaderClassName
{
color: #6995DB;
}
.AnyTagClassName
{
color: #6995DB;
}
</style>
background-color css
<style>
a { background-color: #6995DB; }
a { background-color: rgb(105,149,219); }
div.DivClassName
{
background-color: #6995DB;
}
.BgClassName
{
background-color: #6995DB;
}
</style>
border-color css
<style>
span { border-color: #6995DB; }
span { border-color: rgb(105,149,219); }
td.TdClassName
{
border-color: #6995DB;
}
.TagClassName
{
border-color: #6995DB;
}
</style>