Shades of Cornflower Blue #6780DF
Tints of Cornflower Blue #6780DF
RGB
CMYK
RGB Variations
Color information
#6780DF (or 0x6780DF) is known color: Cornflower Blue. HEX triplet: 67, 80 and DF. RGB value is (103,128,223). Sum of RGB (Red+Green+Blue) = 103+128+223=454 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.69% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #6780DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6780DF is #987F20. Grayscale: #828282. Windows color (decimal): -9994017 or 14647399. OLE color: 14647399.
HSL color Cylindrical-coordinate representation of color #6780DF: hue angle of 227.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6780DF is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 128 | 223 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.13 |
| HSL | 227.5º | 0.65% | 0.64% | - |
| HSV(B) | 227.5º | 0.54% | 0.87% | - |
| XYZ | 26.63 | 23.65 | 72.97 | - |
| YUV | 131.36 | 179.72 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 223 | 0.54 | 0.43 | 0 | 0.13 | 227.5 | 0.65 | 0.64 |
| Hex | 67 | 80 | DF | 36 | 2B | 0 | D | E4 | 41 | 40 |
| Octal | 147 | 200 | 337 | 66 | 53 | 0 | 15 | 344 | 101 | 100 |
| Binary | 1100111 | 10000000 | 11011111 | 110110 | 101011 | 0 | 1101 | 11100100 | 1000001 | 1000000 |
Color Harmonies of #6780DF
Complementary color
Monochromatic Colors of #6780DF
Black with #6780DF
Text Example
Text Example
White with #6780DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6780DF; }
p { color: rgb(103,128,223); }
H1.HeaderClassName
{
color: #6780DF;
}
.AnyTagClassName
{
color: #6780DF;
}
</style>
background-color css
<style>
a { background-color: #6780DF; }
a { background-color: rgb(103,128,223); }
div.DivClassName
{
background-color: #6780DF;
}
.BgClassName
{
background-color: #6780DF;
}
</style>
border-color css
<style>
span { border-color: #6780DF; }
span { border-color: rgb(103,128,223); }
td.TdClassName
{
border-color: #6780DF;
}
.TagClassName
{
border-color: #6780DF;
}
</style>