Shades of Cornflower Blue #6782DB
Tints of Cornflower Blue #6782DB
RGB
CMYK
RGB Variations
Color information
#6782DB (or 0x6782DB) is known color: Cornflower Blue. HEX triplet: 67, 82 and DB. RGB value is (103,130,219). Sum of RGB (Red+Green+Blue) = 103+130+219=452 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.79% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #6782DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6782DB is #987D24. Grayscale: #838383. Windows color (decimal): -9993509 or 14385767. OLE color: 14385767.
HSL color Cylindrical-coordinate representation of color #6782DB: hue angle of 226.03º 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 #6782DB is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 130 | 219 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.14 |
| HSL | 226.03º | 0.62% | 0.63% | - |
| HSV(B) | 226.03º | 0.53% | 0.86% | - |
| XYZ | 26.36 | 23.96 | 70.25 | - |
| YUV | 132.07 | 177.05 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 219 | 0.53 | 0.41 | 0 | 0.14 | 226.03 | 0.62 | 0.63 |
| Hex | 67 | 82 | DB | 35 | 29 | 0 | E | E2 | 3E | 3F |
| Octal | 147 | 202 | 333 | 65 | 51 | 0 | 16 | 342 | 76 | 77 |
| Binary | 1100111 | 10000010 | 11011011 | 110101 | 101001 | 0 | 1110 | 11100010 | 111110 | 111111 |
Color Harmonies of #6782DB
Complementary color
Monochromatic Colors of #6782DB
Black with #6782DB
Text Example
Text Example
White with #6782DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6782DB; }
p { color: rgb(103,130,219); }
H1.HeaderClassName
{
color: #6782DB;
}
.AnyTagClassName
{
color: #6782DB;
}
</style>
background-color css
<style>
a { background-color: #6782DB; }
a { background-color: rgb(103,130,219); }
div.DivClassName
{
background-color: #6782DB;
}
.BgClassName
{
background-color: #6782DB;
}
</style>
border-color css
<style>
span { border-color: #6782DB; }
span { border-color: rgb(103,130,219); }
td.TdClassName
{
border-color: #6782DB;
}
.TagClassName
{
border-color: #6782DB;
}
</style>