Shades of Cornflower Blue #6188FF
Tints of Cornflower Blue #6188FF
RGB
CMYK
RGB Variations
Color information
#6188FF (or 0x6188FF) is known color: Cornflower Blue. HEX triplet: 61, 88 and FF. RGB value is (97,136,255). Sum of RGB (Red+Green+Blue) = 97+136+255=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #6188FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6188FF is #9E7700. Grayscale: #898989. Windows color (decimal): -10385153 or 16746593. OLE color: 16746593.
HSL color Cylindrical-coordinate representation of color #6188FF: hue angle of 225.19º 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 #6188FF is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 136 | 255 | - |
| CMYK | 0.62 | 0.47 | 0 | 0 |
| HSL | 225.19º | 1% | 0.69% | - |
| HSV(B) | 225.19º | 0.62% | 1% | - |
| XYZ | 31.78 | 27.37 | 98.22 | - |
| YUV | 137.91 | 194.08 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 255 | 0.62 | 0.47 | 0 | 0 | 225.19 | 1 | 0.69 |
| Hex | 61 | 88 | FF | 3E | 2F | 0 | 0 | E1 | 64 | 45 |
| Octal | 141 | 210 | 377 | 76 | 57 | 0 | 0 | 341 | 144 | 105 |
| Binary | 1100001 | 10001000 | 11111111 | 111110 | 101111 | 0 | 0 | 11100001 | 1100100 | 1000101 |
Color Harmonies of #6188FF
Complementary color
Monochromatic Colors of #6188FF
Black with #6188FF
Text Example
Text Example
White with #6188FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6188FF; }
p { color: rgb(97,136,255); }
H1.HeaderClassName
{
color: #6188FF;
}
.AnyTagClassName
{
color: #6188FF;
}
</style>
background-color css
<style>
a { background-color: #6188FF; }
a { background-color: rgb(97,136,255); }
div.DivClassName
{
background-color: #6188FF;
}
.BgClassName
{
background-color: #6188FF;
}
</style>
border-color css
<style>
span { border-color: #6188FF; }
span { border-color: rgb(97,136,255); }
td.TdClassName
{
border-color: #6188FF;
}
.TagClassName
{
border-color: #6188FF;
}
</style>