Shades of Cornflower Blue #6181FF
Tints of Cornflower Blue #6181FF
RGB
CMYK
RGB Variations
Color information
#6181FF (or 0x6181FF) is known color: Cornflower Blue. HEX triplet: 61, 81 and FF. RGB value is (97,129,255). Sum of RGB (Red+Green+Blue) = 97+129+255=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #6181FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6181FF is #9E7E00. Grayscale: #858585. Windows color (decimal): -10386945 or 16744801. OLE color: 16744801.
HSL color Cylindrical-coordinate representation of color #6181FF: hue angle of 227.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6181FF is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 129 | 255 | - |
| CMYK | 0.62 | 0.49 | 0 | 0 |
| HSL | 227.85º | 1% | 0.69% | - |
| HSV(B) | 227.85º | 0.62% | 1% | - |
| XYZ | 30.83 | 25.46 | 97.9 | - |
| YUV | 133.8 | 196.4 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 129 | 255 | 0.62 | 0.49 | 0 | 0 | 227.85 | 1 | 0.69 |
| Hex | 61 | 81 | FF | 3E | 31 | 0 | 0 | E4 | 64 | 45 |
| Octal | 141 | 201 | 377 | 76 | 61 | 0 | 0 | 344 | 144 | 105 |
| Binary | 1100001 | 10000001 | 11111111 | 111110 | 110001 | 0 | 0 | 11100100 | 1100100 | 1000101 |
Color Harmonies of #6181FF
Complementary color
Monochromatic Colors of #6181FF
Black with #6181FF
Text Example
Text Example
White with #6181FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6181FF; }
p { color: rgb(97,129,255); }
H1.HeaderClassName
{
color: #6181FF;
}
.AnyTagClassName
{
color: #6181FF;
}
</style>
background-color css
<style>
a { background-color: #6181FF; }
a { background-color: rgb(97,129,255); }
div.DivClassName
{
background-color: #6181FF;
}
.BgClassName
{
background-color: #6181FF;
}
</style>
border-color css
<style>
span { border-color: #6181FF; }
span { border-color: rgb(97,129,255); }
td.TdClassName
{
border-color: #6181FF;
}
.TagClassName
{
border-color: #6181FF;
}
</style>