Shades of Cornflower Blue #6794DB
Tints of Cornflower Blue #6794DB
RGB
CMYK
RGB Variations
Color information
#6794DB (or 0x6794DB) is known color: Cornflower Blue. HEX triplet: 67, 94 and DB. RGB value is (103,148,219). Sum of RGB (Red+Green+Blue) = 103+148+219=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #6794DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6794DB is #986B24. Grayscale: #8E8E8E. Windows color (decimal): -9988901 or 14390375. OLE color: 14390375.
HSL color Cylindrical-coordinate representation of color #6794DB: hue angle of 216.72º 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 #6794DB is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 148 | 219 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.14 |
| HSL | 216.72º | 0.62% | 0.63% | - |
| HSV(B) | 216.72º | 0.53% | 0.86% | - |
| XYZ | 28.97 | 29.18 | 71.12 | - |
| YUV | 142.64 | 171.09 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 219 | 0.53 | 0.32 | 0 | 0.14 | 216.72 | 0.62 | 0.63 |
| Hex | 67 | 94 | DB | 35 | 20 | 0 | E | D9 | 3E | 3F |
| Octal | 147 | 224 | 333 | 65 | 40 | 0 | 16 | 331 | 76 | 77 |
| Binary | 1100111 | 10010100 | 11011011 | 110101 | 100000 | 0 | 1110 | 11011001 | 111110 | 111111 |
Color Harmonies of #6794DB
Complementary color
Monochromatic Colors of #6794DB
Black with #6794DB
Text Example
Text Example
White with #6794DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6794DB; }
p { color: rgb(103,148,219); }
H1.HeaderClassName
{
color: #6794DB;
}
.AnyTagClassName
{
color: #6794DB;
}
</style>
background-color css
<style>
a { background-color: #6794DB; }
a { background-color: rgb(103,148,219); }
div.DivClassName
{
background-color: #6794DB;
}
.BgClassName
{
background-color: #6794DB;
}
</style>
border-color css
<style>
span { border-color: #6794DB; }
span { border-color: rgb(103,148,219); }
td.TdClassName
{
border-color: #6794DB;
}
.TagClassName
{
border-color: #6794DB;
}
</style>