Shades of Cornflower Blue #6180DA
Tints of Cornflower Blue #6180DA
RGB
CMYK
RGB Variations
Color information
#6180DA (or 0x6180DA) is known color: Cornflower Blue. HEX triplet: 61, 80 and DA. RGB value is (97,128,218). Sum of RGB (Red+Green+Blue) = 97+128+218=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #6180DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180DA is #9E7F25. Grayscale: #808080. Windows color (decimal): -10387238 or 14319713. OLE color: 14319713.
HSL color Cylindrical-coordinate representation of color #6180DA: hue angle of 224.63º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6180DA is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 128 | 218 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.15 |
| HSL | 224.63º | 0.62% | 0.62% | - |
| HSV(B) | 224.63º | 0.56% | 0.85% | - |
| XYZ | 25.3 | 23.04 | 69.44 | - |
| YUV | 128.99 | 178.23 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 128 | 218 | 0.56 | 0.41 | 0 | 0.15 | 224.63 | 0.62 | 0.62 |
| Hex | 61 | 80 | DA | 38 | 29 | 0 | F | E1 | 3E | 3E |
| Octal | 141 | 200 | 332 | 70 | 51 | 0 | 17 | 341 | 76 | 76 |
| Binary | 1100001 | 10000000 | 11011010 | 111000 | 101001 | 0 | 1111 | 11100001 | 111110 | 111110 |
Color Harmonies of #6180DA
Complementary color
Monochromatic Colors of #6180DA
Black with #6180DA
Text Example
Text Example
White with #6180DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6180DA; }
p { color: rgb(97,128,218); }
H1.HeaderClassName
{
color: #6180DA;
}
.AnyTagClassName
{
color: #6180DA;
}
</style>
background-color css
<style>
a { background-color: #6180DA; }
a { background-color: rgb(97,128,218); }
div.DivClassName
{
background-color: #6180DA;
}
.BgClassName
{
background-color: #6180DA;
}
</style>
border-color css
<style>
span { border-color: #6180DA; }
span { border-color: rgb(97,128,218); }
td.TdClassName
{
border-color: #6180DA;
}
.TagClassName
{
border-color: #6180DA;
}
</style>