Shades of Cornflower Blue #6185FE
Tints of Cornflower Blue #6185FE
RGB
CMYK
RGB Variations
Color information
#6185FE (or 0x6185FE) is known color: Cornflower Blue. HEX triplet: 61, 85 and FE. RGB value is (97,133,254). Sum of RGB (Red+Green+Blue) = 97+133+254=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #6185FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6185FE is #9E7A01. Grayscale: #878787. Windows color (decimal): -10385922 or 16680289. OLE color: 16680289.
HSL color Cylindrical-coordinate representation of color #6185FE: hue angle of 226.24º 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 #6185FE is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 133 | 254 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.00 |
| HSL | 226.24º | 0.99% | 0.69% | - |
| HSV(B) | 226.24º | 0.62% | 1% | - |
| XYZ | 31.21 | 26.47 | 97.23 | - |
| YUV | 136.03 | 194.57 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 254 | 0.62 | 0.48 | 0 | 0.00 | 226.24 | 0.99 | 0.69 |
| Hex | 61 | 85 | FE | 3E | 30 | 0 | 0 | E2 | 63 | 45 |
| Octal | 141 | 205 | 376 | 76 | 60 | 0 | 0 | 342 | 143 | 105 |
| Binary | 1100001 | 10000101 | 11111110 | 111110 | 110000 | 0 | 0 | 11100010 | 1100011 | 1000101 |
Color Harmonies of #6185FE
Complementary color
Monochromatic Colors of #6185FE
Black with #6185FE
Text Example
Text Example
White with #6185FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6185FE; }
p { color: rgb(97,133,254); }
H1.HeaderClassName
{
color: #6185FE;
}
.AnyTagClassName
{
color: #6185FE;
}
</style>
background-color css
<style>
a { background-color: #6185FE; }
a { background-color: rgb(97,133,254); }
div.DivClassName
{
background-color: #6185FE;
}
.BgClassName
{
background-color: #6185FE;
}
</style>
border-color css
<style>
span { border-color: #6185FE; }
span { border-color: rgb(97,133,254); }
td.TdClassName
{
border-color: #6185FE;
}
.TagClassName
{
border-color: #6185FE;
}
</style>