Shades of Cornflower Blue #6086FF
Tints of Cornflower Blue #6086FF
RGB
CMYK
RGB Variations
Color information
#6086FF (or 0x6086FF) is known color: Cornflower Blue. HEX triplet: 60, 86 and FF. RGB value is (96,134,255). Sum of RGB (Red+Green+Blue) = 96+134+255=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #6086FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6086FF is #9F7900. Grayscale: #878787. Windows color (decimal): -10451201 or 16746080. OLE color: 16746080.
HSL color Cylindrical-coordinate representation of color #6086FF: hue angle of 225.66º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6086FF is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 134 | 255 | - |
| CMYK | 0.62 | 0.47 | 0 | 0 |
| HSL | 225.66º | 1% | 0.69% | - |
| HSV(B) | 225.66º | 0.62% | 1% | - |
| XYZ | 31.4 | 26.76 | 98.12 | - |
| YUV | 136.43 | 194.91 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 255 | 0.62 | 0.47 | 0 | 0 | 225.66 | 1 | 0.69 |
| Hex | 60 | 86 | FF | 3E | 2F | 0 | 0 | E2 | 64 | 45 |
| Octal | 140 | 206 | 377 | 76 | 57 | 0 | 0 | 342 | 144 | 105 |
| Binary | 1100000 | 10000110 | 11111111 | 111110 | 101111 | 0 | 0 | 11100010 | 1100100 | 1000101 |
Color Harmonies of #6086FF
Complementary color
Monochromatic Colors of #6086FF
Black with #6086FF
Text Example
Text Example
White with #6086FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6086FF; }
p { color: rgb(96,134,255); }
H1.HeaderClassName
{
color: #6086FF;
}
.AnyTagClassName
{
color: #6086FF;
}
</style>
background-color css
<style>
a { background-color: #6086FF; }
a { background-color: rgb(96,134,255); }
div.DivClassName
{
background-color: #6086FF;
}
.BgClassName
{
background-color: #6086FF;
}
</style>
border-color css
<style>
span { border-color: #6086FF; }
span { border-color: rgb(96,134,255); }
td.TdClassName
{
border-color: #6086FF;
}
.TagClassName
{
border-color: #6086FF;
}
</style>