Shades of Cornflower Blue #6182EA
Tints of Cornflower Blue #6182EA
RGB
CMYK
RGB Variations
Color information
#6182EA (or 0x6182EA) is known color: Cornflower Blue. HEX triplet: 61, 82 and EA. RGB value is (97,130,234). Sum of RGB (Red+Green+Blue) = 97+130+234=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #6182EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6182EA is #9E7D15. Grayscale: #838383. Windows color (decimal): -10386710 or 15368801. OLE color: 15368801.
HSL color Cylindrical-coordinate representation of color #6182EA: hue angle of 225.55º 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 #6182EA is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 130 | 234 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.08 |
| HSL | 225.55º | 0.77% | 0.65% | - |
| HSV(B) | 225.55º | 0.59% | 0.92% | - |
| XYZ | 27.76 | 24.45 | 81.1 | - |
| YUV | 131.99 | 185.57 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 234 | 0.59 | 0.44 | 0 | 0.08 | 225.55 | 0.77 | 0.65 |
| Hex | 61 | 82 | EA | 3B | 2C | 0 | 8 | E2 | 4D | 41 |
| Octal | 141 | 202 | 352 | 73 | 54 | 0 | 10 | 342 | 115 | 101 |
| Binary | 1100001 | 10000010 | 11101010 | 111011 | 101100 | 0 | 1000 | 11100010 | 1001101 | 1000001 |
Color Harmonies of #6182EA
Complementary color
Monochromatic Colors of #6182EA
Black with #6182EA
Text Example
Text Example
White with #6182EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6182EA; }
p { color: rgb(97,130,234); }
H1.HeaderClassName
{
color: #6182EA;
}
.AnyTagClassName
{
color: #6182EA;
}
</style>
background-color css
<style>
a { background-color: #6182EA; }
a { background-color: rgb(97,130,234); }
div.DivClassName
{
background-color: #6182EA;
}
.BgClassName
{
background-color: #6182EA;
}
</style>
border-color css
<style>
span { border-color: #6182EA; }
span { border-color: rgb(97,130,234); }
td.TdClassName
{
border-color: #6182EA;
}
.TagClassName
{
border-color: #6182EA;
}
</style>