Shades of Cornflower Blue #6188FA
Tints of Cornflower Blue #6188FA
RGB
CMYK
RGB Variations
Color information
#6188FA (or 0x6188FA) is known color: Cornflower Blue. HEX triplet: 61, 88 and FA. RGB value is (97,136,250). Sum of RGB (Red+Green+Blue) = 97+136+250=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #6188FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6188FA is #9E7705. Grayscale: #888888. Windows color (decimal): -10385158 or 16418913. OLE color: 16418913.
HSL color Cylindrical-coordinate representation of color #6188FA: hue angle of 224.71º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6188FA is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 136 | 250 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.02 |
| HSL | 224.71º | 0.94% | 0.68% | - |
| HSV(B) | 224.71º | 0.61% | 0.98% | - |
| XYZ | 30.99 | 27.05 | 94.03 | - |
| YUV | 137.34 | 191.58 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 250 | 0.61 | 0.46 | 0 | 0.02 | 224.71 | 0.94 | 0.68 |
| Hex | 61 | 88 | FA | 3D | 2E | 0 | 2 | E1 | 5E | 44 |
| Octal | 141 | 210 | 372 | 75 | 56 | 0 | 2 | 341 | 136 | 104 |
| Binary | 1100001 | 10001000 | 11111010 | 111101 | 101110 | 0 | 10 | 11100001 | 1011110 | 1000100 |
Color Harmonies of #6188FA
Complementary color
Monochromatic Colors of #6188FA
Black with #6188FA
Text Example
Text Example
White with #6188FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6188FA; }
p { color: rgb(97,136,250); }
H1.HeaderClassName
{
color: #6188FA;
}
.AnyTagClassName
{
color: #6188FA;
}
</style>
background-color css
<style>
a { background-color: #6188FA; }
a { background-color: rgb(97,136,250); }
div.DivClassName
{
background-color: #6188FA;
}
.BgClassName
{
background-color: #6188FA;
}
</style>
border-color css
<style>
span { border-color: #6188FA; }
span { border-color: rgb(97,136,250); }
td.TdClassName
{
border-color: #6188FA;
}
.TagClassName
{
border-color: #6188FA;
}
</style>