Shades of Cornflower Blue #6188FE
Tints of Cornflower Blue #6188FE
RGB
CMYK
RGB Variations
Color information
#6188FE (or 0x6188FE) is known color: Cornflower Blue. HEX triplet: 61, 88 and FE. RGB value is (97,136,254). Sum of RGB (Red+Green+Blue) = 97+136+254=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #6188FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6188FE is #9E7701. Grayscale: #898989. Windows color (decimal): -10385154 or 16681057. OLE color: 16681057.
HSL color Cylindrical-coordinate representation of color #6188FE: hue angle of 225.1º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6188FE is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 136 | 254 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.00 |
| HSL | 225.1º | 0.99% | 0.69% | - |
| HSV(B) | 225.1º | 0.62% | 1% | - |
| XYZ | 31.62 | 27.31 | 97.37 | - |
| YUV | 137.79 | 193.58 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 254 | 0.62 | 0.46 | 0 | 0.00 | 225.1 | 0.99 | 0.69 |
| Hex | 61 | 88 | FE | 3E | 2E | 0 | 0 | E1 | 63 | 45 |
| Octal | 141 | 210 | 376 | 76 | 56 | 0 | 0 | 341 | 143 | 105 |
| Binary | 1100001 | 10001000 | 11111110 | 111110 | 101110 | 0 | 0 | 11100001 | 1100011 | 1000101 |
Color Harmonies of #6188FE
Complementary color
Monochromatic Colors of #6188FE
Black with #6188FE
Text Example
Text Example
White with #6188FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6188FE; }
p { color: rgb(97,136,254); }
H1.HeaderClassName
{
color: #6188FE;
}
.AnyTagClassName
{
color: #6188FE;
}
</style>
background-color css
<style>
a { background-color: #6188FE; }
a { background-color: rgb(97,136,254); }
div.DivClassName
{
background-color: #6188FE;
}
.BgClassName
{
background-color: #6188FE;
}
</style>
border-color css
<style>
span { border-color: #6188FE; }
span { border-color: rgb(97,136,254); }
td.TdClassName
{
border-color: #6188FE;
}
.TagClassName
{
border-color: #6188FE;
}
</style>