Shades of Cornflower Blue #6782DC
Tints of Cornflower Blue #6782DC
RGB
CMYK
RGB Variations
Color information
#6782DC (or 0x6782DC) is known color: Cornflower Blue. HEX triplet: 67, 82 and DC. RGB value is (103,130,220). Sum of RGB (Red+Green+Blue) = 103+130+220=453 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.74% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #6782DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6782DC is #987D23. Grayscale: #838383. Windows color (decimal): -9993508 or 14451303. OLE color: 14451303.
HSL color Cylindrical-coordinate representation of color #6782DC: hue angle of 226.15º degrees, saturation: 0.63, 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 #6782DC is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 130 | 220 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.14 |
| HSL | 226.15º | 0.63% | 0.63% | - |
| HSV(B) | 226.15º | 0.53% | 0.86% | - |
| XYZ | 26.49 | 24.02 | 70.95 | - |
| YUV | 132.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 220 | 0.53 | 0.41 | 0 | 0.14 | 226.15 | 0.63 | 0.63 |
| Hex | 67 | 82 | DC | 35 | 29 | 0 | E | E2 | 3F | 3F |
| Octal | 147 | 202 | 334 | 65 | 51 | 0 | 16 | 342 | 77 | 77 |
| Binary | 1100111 | 10000010 | 11011100 | 110101 | 101001 | 0 | 1110 | 11100010 | 111111 | 111111 |
Color Harmonies of #6782DC
Complementary color
Monochromatic Colors of #6782DC
Black with #6782DC
Text Example
Text Example
White with #6782DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6782DC; }
p { color: rgb(103,130,220); }
H1.HeaderClassName
{
color: #6782DC;
}
.AnyTagClassName
{
color: #6782DC;
}
</style>
background-color css
<style>
a { background-color: #6782DC; }
a { background-color: rgb(103,130,220); }
div.DivClassName
{
background-color: #6782DC;
}
.BgClassName
{
background-color: #6782DC;
}
</style>
border-color css
<style>
span { border-color: #6782DC; }
span { border-color: rgb(103,130,220); }
td.TdClassName
{
border-color: #6782DC;
}
.TagClassName
{
border-color: #6782DC;
}
</style>