Shades of Cornflower Blue #6181DD
Tints of Cornflower Blue #6181DD
RGB
CMYK
RGB Variations
Color information
#6181DD (or 0x6181DD) is known color: Cornflower Blue. HEX triplet: 61, 81 and DD. RGB value is (97,129,221). Sum of RGB (Red+Green+Blue) = 97+129+221=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #6181DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6181DD is #9E7E22. Grayscale: #818181. Windows color (decimal): -10386979 or 14516577. OLE color: 14516577.
HSL color Cylindrical-coordinate representation of color #6181DD: hue angle of 224.52º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6181DD is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 129 | 221 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.13 |
| HSL | 224.52º | 0.65% | 0.62% | - |
| HSV(B) | 224.52º | 0.56% | 0.87% | - |
| XYZ | 25.83 | 23.46 | 71.57 | - |
| YUV | 129.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 129 | 221 | 0.56 | 0.42 | 0 | 0.13 | 224.52 | 0.65 | 0.62 |
| Hex | 61 | 81 | DD | 38 | 2A | 0 | D | E1 | 41 | 3E |
| Octal | 141 | 201 | 335 | 70 | 52 | 0 | 15 | 341 | 101 | 76 |
| Binary | 1100001 | 10000001 | 11011101 | 111000 | 101010 | 0 | 1101 | 11100001 | 1000001 | 111110 |
Color Harmonies of #6181DD
Complementary color
Monochromatic Colors of #6181DD
Black with #6181DD
Text Example
Text Example
White with #6181DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6181DD; }
p { color: rgb(97,129,221); }
H1.HeaderClassName
{
color: #6181DD;
}
.AnyTagClassName
{
color: #6181DD;
}
</style>
background-color css
<style>
a { background-color: #6181DD; }
a { background-color: rgb(97,129,221); }
div.DivClassName
{
background-color: #6181DD;
}
.BgClassName
{
background-color: #6181DD;
}
</style>
border-color css
<style>
span { border-color: #6181DD; }
span { border-color: rgb(97,129,221); }
td.TdClassName
{
border-color: #6181DD;
}
.TagClassName
{
border-color: #6181DD;
}
</style>