Shades of Cornflower Blue #6182FE
Tints of Cornflower Blue #6182FE
RGB
CMYK
RGB Variations
Color information
#6182FE (or 0x6182FE) is known color: Cornflower Blue. HEX triplet: 61, 82 and FE. RGB value is (97,130,254). Sum of RGB (Red+Green+Blue) = 97+130+254=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #6182FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6182FE is #9E7D01. Grayscale: #858585. Windows color (decimal): -10386690 or 16679521. OLE color: 16679521.
HSL color Cylindrical-coordinate representation of color #6182FE: hue angle of 227.39º 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 #6182FE is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 130 | 254 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.00 |
| HSL | 227.39º | 0.99% | 0.69% | - |
| HSV(B) | 227.39º | 0.62% | 1% | - |
| XYZ | 30.8 | 25.66 | 97.1 | - |
| YUV | 134.27 | 195.57 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 254 | 0.62 | 0.49 | 0 | 0.00 | 227.39 | 0.99 | 0.69 |
| Hex | 61 | 82 | FE | 3E | 31 | 0 | 0 | E3 | 63 | 45 |
| Octal | 141 | 202 | 376 | 76 | 61 | 0 | 0 | 343 | 143 | 105 |
| Binary | 1100001 | 10000010 | 11111110 | 111110 | 110001 | 0 | 0 | 11100011 | 1100011 | 1000101 |
Color Harmonies of #6182FE
Complementary color
Monochromatic Colors of #6182FE
Black with #6182FE
Text Example
Text Example
White with #6182FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6182FE; }
p { color: rgb(97,130,254); }
H1.HeaderClassName
{
color: #6182FE;
}
.AnyTagClassName
{
color: #6182FE;
}
</style>
background-color css
<style>
a { background-color: #6182FE; }
a { background-color: rgb(97,130,254); }
div.DivClassName
{
background-color: #6182FE;
}
.BgClassName
{
background-color: #6182FE;
}
</style>
border-color css
<style>
span { border-color: #6182FE; }
span { border-color: rgb(97,130,254); }
td.TdClassName
{
border-color: #6182FE;
}
.TagClassName
{
border-color: #6182FE;
}
</style>