Shades of Cornflower Blue #6181EA
Tints of Cornflower Blue #6181EA
RGB
CMYK
RGB Variations
Color information
#6181EA (or 0x6181EA) is known color: Cornflower Blue. HEX triplet: 61, 81 and EA. RGB value is (97,129,234). Sum of RGB (Red+Green+Blue) = 97+129+234=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #6181EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6181EA is #9E7E15. Grayscale: #828282. Windows color (decimal): -10386966 or 15368545. OLE color: 15368545.
HSL color Cylindrical-coordinate representation of color #6181EA: hue angle of 225.99º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6181EA is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 129 | 234 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.08 |
| HSL | 225.99º | 0.77% | 0.65% | - |
| HSV(B) | 225.99º | 0.59% | 0.92% | - |
| XYZ | 27.63 | 24.18 | 81.05 | - |
| YUV | 131.4 | 185.9 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 129 | 234 | 0.59 | 0.45 | 0 | 0.08 | 225.99 | 0.77 | 0.65 |
| Hex | 61 | 81 | EA | 3B | 2D | 0 | 8 | E2 | 4D | 41 |
| Octal | 141 | 201 | 352 | 73 | 55 | 0 | 10 | 342 | 115 | 101 |
| Binary | 1100001 | 10000001 | 11101010 | 111011 | 101101 | 0 | 1000 | 11100010 | 1001101 | 1000001 |
Color Harmonies of #6181EA
Complementary color
Monochromatic Colors of #6181EA
Black with #6181EA
Text Example
Text Example
White with #6181EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6181EA; }
p { color: rgb(97,129,234); }
H1.HeaderClassName
{
color: #6181EA;
}
.AnyTagClassName
{
color: #6181EA;
}
</style>
background-color css
<style>
a { background-color: #6181EA; }
a { background-color: rgb(97,129,234); }
div.DivClassName
{
background-color: #6181EA;
}
.BgClassName
{
background-color: #6181EA;
}
</style>
border-color css
<style>
span { border-color: #6181EA; }
span { border-color: rgb(97,129,234); }
td.TdClassName
{
border-color: #6181EA;
}
.TagClassName
{
border-color: #6181EA;
}
</style>