Shades of Cornflower Blue #6780DB
Tints of Cornflower Blue #6780DB
RGB
CMYK
RGB Variations
Color information
#6780DB (or 0x6780DB) is known color: Cornflower Blue. HEX triplet: 67, 80 and DB. RGB value is (103,128,219). Sum of RGB (Red+Green+Blue) = 103+128+219=450 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.89% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #6780DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6780DB is #987F24. Grayscale: #828282. Windows color (decimal): -9994021 or 14385255. OLE color: 14385255.
HSL color Cylindrical-coordinate representation of color #6780DB: hue angle of 227.07º 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 #6780DB is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 128 | 219 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.14 |
| HSL | 227.07º | 0.62% | 0.63% | - |
| HSV(B) | 227.07º | 0.53% | 0.86% | - |
| XYZ | 26.1 | 23.44 | 70.17 | - |
| YUV | 130.9 | 177.72 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 219 | 0.53 | 0.42 | 0 | 0.14 | 227.07 | 0.62 | 0.63 |
| Hex | 67 | 80 | DB | 35 | 2A | 0 | E | E3 | 3E | 3F |
| Octal | 147 | 200 | 333 | 65 | 52 | 0 | 16 | 343 | 76 | 77 |
| Binary | 1100111 | 10000000 | 11011011 | 110101 | 101010 | 0 | 1110 | 11100011 | 111110 | 111111 |
Color Harmonies of #6780DB
Complementary color
Monochromatic Colors of #6780DB
Black with #6780DB
Text Example
Text Example
White with #6780DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6780DB; }
p { color: rgb(103,128,219); }
H1.HeaderClassName
{
color: #6780DB;
}
.AnyTagClassName
{
color: #6780DB;
}
</style>
background-color css
<style>
a { background-color: #6780DB; }
a { background-color: rgb(103,128,219); }
div.DivClassName
{
background-color: #6780DB;
}
.BgClassName
{
background-color: #6780DB;
}
</style>
border-color css
<style>
span { border-color: #6780DB; }
span { border-color: rgb(103,128,219); }
td.TdClassName
{
border-color: #6780DB;
}
.TagClassName
{
border-color: #6780DB;
}
</style>