Shades of Cornflower Blue #6791DB
Tints of Cornflower Blue #6791DB
RGB
CMYK
RGB Variations
Color information
#6791DB (or 0x6791DB) is known color: Cornflower Blue. HEX triplet: 67, 91 and DB. RGB value is (103,145,219). Sum of RGB (Red+Green+Blue) = 103+145+219=467 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.06% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #6791DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6791DB is #986E24. Grayscale: #8C8C8C. Windows color (decimal): -9989669 or 14389607. OLE color: 14389607.
HSL color Cylindrical-coordinate representation of color #6791DB: hue angle of 218.28º 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 #6791DB is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 145 | 219 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.14 |
| HSL | 218.28º | 0.62% | 0.63% | - |
| HSV(B) | 218.28º | 0.53% | 0.86% | - |
| XYZ | 28.51 | 28.25 | 70.97 | - |
| YUV | 140.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 219 | 0.53 | 0.34 | 0 | 0.14 | 218.28 | 0.62 | 0.63 |
| Hex | 67 | 91 | DB | 35 | 22 | 0 | E | DA | 3E | 3F |
| Octal | 147 | 221 | 333 | 65 | 42 | 0 | 16 | 332 | 76 | 77 |
| Binary | 1100111 | 10010001 | 11011011 | 110101 | 100010 | 0 | 1110 | 11011010 | 111110 | 111111 |
Color Harmonies of #6791DB
Complementary color
Monochromatic Colors of #6791DB
Black with #6791DB
Text Example
Text Example
White with #6791DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6791DB; }
p { color: rgb(103,145,219); }
H1.HeaderClassName
{
color: #6791DB;
}
.AnyTagClassName
{
color: #6791DB;
}
</style>
background-color css
<style>
a { background-color: #6791DB; }
a { background-color: rgb(103,145,219); }
div.DivClassName
{
background-color: #6791DB;
}
.BgClassName
{
background-color: #6791DB;
}
</style>
border-color css
<style>
span { border-color: #6791DB; }
span { border-color: rgb(103,145,219); }
td.TdClassName
{
border-color: #6791DB;
}
.TagClassName
{
border-color: #6791DB;
}
</style>