Shades of Cornflower Blue #6180FE
Tints of Cornflower Blue #6180FE
RGB
CMYK
RGB Variations
Color information
#6180FE (or 0x6180FE) is known color: Cornflower Blue. HEX triplet: 61, 80 and FE. RGB value is (97,128,254). Sum of RGB (Red+Green+Blue) = 97+128+254=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #6180FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6180FE is #9E7F01. Grayscale: #848484. Windows color (decimal): -10387202 or 16679009. OLE color: 16679009.
HSL color Cylindrical-coordinate representation of color #6180FE: hue angle of 228.15º 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 #6180FE is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 128 | 254 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.00 |
| HSL | 228.15º | 0.99% | 0.69% | - |
| HSV(B) | 228.15º | 0.62% | 1% | - |
| XYZ | 30.54 | 25.14 | 97.01 | - |
| YUV | 133.1 | 196.23 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 128 | 254 | 0.62 | 0.50 | 0 | 0.00 | 228.15 | 0.99 | 0.69 |
| Hex | 61 | 80 | FE | 3E | 32 | 0 | 0 | E4 | 63 | 45 |
| Octal | 141 | 200 | 376 | 76 | 62 | 0 | 0 | 344 | 143 | 105 |
| Binary | 1100001 | 10000000 | 11111110 | 111110 | 110010 | 0 | 0 | 11100100 | 1100011 | 1000101 |
Color Harmonies of #6180FE
Complementary color
Monochromatic Colors of #6180FE
Black with #6180FE
Text Example
Text Example
White with #6180FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6180FE; }
p { color: rgb(97,128,254); }
H1.HeaderClassName
{
color: #6180FE;
}
.AnyTagClassName
{
color: #6180FE;
}
</style>
background-color css
<style>
a { background-color: #6180FE; }
a { background-color: rgb(97,128,254); }
div.DivClassName
{
background-color: #6180FE;
}
.BgClassName
{
background-color: #6180FE;
}
</style>
border-color css
<style>
span { border-color: #6180FE; }
span { border-color: rgb(97,128,254); }
td.TdClassName
{
border-color: #6180FE;
}
.TagClassName
{
border-color: #6180FE;
}
</style>