Shades of Cornflower Blue #6085FD
Tints of Cornflower Blue #6085FD
RGB
CMYK
RGB Variations
Color information
#6085FD (or 0x6085FD) is known color: Cornflower Blue. HEX triplet: 60, 85 and FD. RGB value is (96,133,253). Sum of RGB (Red+Green+Blue) = 96+133+253=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #6085FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6085FD is #9F7A02. Grayscale: #878787. Windows color (decimal): -10451459 or 16614752. OLE color: 16614752.
HSL color Cylindrical-coordinate representation of color #6085FD: hue angle of 225.86º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6085FD is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 133 | 253 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.01 |
| HSL | 225.86º | 0.98% | 0.68% | - |
| HSV(B) | 225.86º | 0.62% | 0.99% | - |
| XYZ | 30.94 | 26.35 | 96.38 | - |
| YUV | 135.62 | 194.24 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 253 | 0.62 | 0.47 | 0 | 0.01 | 225.86 | 0.98 | 0.68 |
| Hex | 60 | 85 | FD | 3E | 2F | 0 | 1 | E2 | 62 | 44 |
| Octal | 140 | 205 | 375 | 76 | 57 | 0 | 1 | 342 | 142 | 104 |
| Binary | 1100000 | 10000101 | 11111101 | 111110 | 101111 | 0 | 1 | 11100010 | 1100010 | 1000100 |
Color Harmonies of #6085FD
Complementary color
Monochromatic Colors of #6085FD
Black with #6085FD
Text Example
Text Example
White with #6085FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6085FD; }
p { color: rgb(96,133,253); }
H1.HeaderClassName
{
color: #6085FD;
}
.AnyTagClassName
{
color: #6085FD;
}
</style>
background-color css
<style>
a { background-color: #6085FD; }
a { background-color: rgb(96,133,253); }
div.DivClassName
{
background-color: #6085FD;
}
.BgClassName
{
background-color: #6085FD;
}
</style>
border-color css
<style>
span { border-color: #6085FD; }
span { border-color: rgb(96,133,253); }
td.TdClassName
{
border-color: #6085FD;
}
.TagClassName
{
border-color: #6085FD;
}
</style>