Shades of Cornflower Blue #6085F7
Tints of Cornflower Blue #6085F7
RGB
CMYK
RGB Variations
Color information
#6085F7 (or 0x6085F7) is known color: Cornflower Blue. HEX triplet: 60, 85 and F7. RGB value is (96,133,247). Sum of RGB (Red+Green+Blue) = 96+133+247=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #6085F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6085F7 is #9F7A08. Grayscale: #868686. Windows color (decimal): -10451465 or 16221536. OLE color: 16221536.
HSL color Cylindrical-coordinate representation of color #6085F7: hue angle of 225.3º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6085F7 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 133 | 247 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.03 |
| HSL | 225.3º | 0.9% | 0.67% | - |
| HSV(B) | 225.3º | 0.61% | 0.97% | - |
| XYZ | 30 | 25.98 | 91.43 | - |
| YUV | 134.93 | 191.24 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 247 | 0.61 | 0.46 | 0 | 0.03 | 225.3 | 0.9 | 0.67 |
| Hex | 60 | 85 | F7 | 3D | 2E | 0 | 3 | E1 | 5A | 43 |
| Octal | 140 | 205 | 367 | 75 | 56 | 0 | 3 | 341 | 132 | 103 |
| Binary | 1100000 | 10000101 | 11110111 | 111101 | 101110 | 0 | 11 | 11100001 | 1011010 | 1000011 |
Color Harmonies of #6085F7
Complementary color
Monochromatic Colors of #6085F7
Black with #6085F7
Text Example
Text Example
White with #6085F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6085F7; }
p { color: rgb(96,133,247); }
H1.HeaderClassName
{
color: #6085F7;
}
.AnyTagClassName
{
color: #6085F7;
}
</style>
background-color css
<style>
a { background-color: #6085F7; }
a { background-color: rgb(96,133,247); }
div.DivClassName
{
background-color: #6085F7;
}
.BgClassName
{
background-color: #6085F7;
}
</style>
border-color css
<style>
span { border-color: #6085F7; }
span { border-color: rgb(96,133,247); }
td.TdClassName
{
border-color: #6085F7;
}
.TagClassName
{
border-color: #6085F7;
}
</style>