Shades of Cornflower Blue #6780DC
Tints of Cornflower Blue #6780DC
RGB
CMYK
RGB Variations
Color information
#6780DC (or 0x6780DC) is known color: Cornflower Blue. HEX triplet: 67, 80 and DC. RGB value is (103,128,220). Sum of RGB (Red+Green+Blue) = 103+128+220=451 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.84% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #6780DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6780DC is #987F23. Grayscale: #828282. Windows color (decimal): -9994020 or 14450791. OLE color: 14450791.
HSL color Cylindrical-coordinate representation of color #6780DC: hue angle of 227.18º 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 #6780DC is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 128 | 220 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.14 |
| HSL | 227.18º | 0.63% | 0.63% | - |
| HSV(B) | 227.18º | 0.53% | 0.86% | - |
| XYZ | 26.23 | 23.49 | 70.86 | - |
| YUV | 131.01 | 178.22 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 220 | 0.53 | 0.42 | 0 | 0.14 | 227.18 | 0.63 | 0.63 |
| Hex | 67 | 80 | DC | 35 | 2A | 0 | E | E3 | 3F | 3F |
| Octal | 147 | 200 | 334 | 65 | 52 | 0 | 16 | 343 | 77 | 77 |
| Binary | 1100111 | 10000000 | 11011100 | 110101 | 101010 | 0 | 1110 | 11100011 | 111111 | 111111 |
Color Harmonies of #6780DC
Complementary color
Monochromatic Colors of #6780DC
Black with #6780DC
Text Example
Text Example
White with #6780DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6780DC; }
p { color: rgb(103,128,220); }
H1.HeaderClassName
{
color: #6780DC;
}
.AnyTagClassName
{
color: #6780DC;
}
</style>
background-color css
<style>
a { background-color: #6780DC; }
a { background-color: rgb(103,128,220); }
div.DivClassName
{
background-color: #6780DC;
}
.BgClassName
{
background-color: #6780DC;
}
</style>
border-color css
<style>
span { border-color: #6780DC; }
span { border-color: rgb(103,128,220); }
td.TdClassName
{
border-color: #6780DC;
}
.TagClassName
{
border-color: #6780DC;
}
</style>