Shades of Cornflower Blue #6083ED
Tints of Cornflower Blue #6083ED
RGB
CMYK
RGB Variations
Color information
#6083ED (or 0x6083ED) is known color: Cornflower Blue. HEX triplet: 60, 83 and ED. RGB value is (96,131,237). Sum of RGB (Red+Green+Blue) = 96+131+237=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #6083ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6083ED is #9F7C12. Grayscale: #848484. Windows color (decimal): -10451987 or 15565664. OLE color: 15565664.
HSL color Cylindrical-coordinate representation of color #6083ED: hue angle of 225.11º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6083ED is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 131 | 237 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.07 |
| HSL | 225.11º | 0.8% | 0.65% | - |
| HSV(B) | 225.11º | 0.59% | 0.93% | - |
| XYZ | 28.23 | 24.83 | 83.43 | - |
| YUV | 132.62 | 186.9 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 237 | 0.59 | 0.45 | 0 | 0.07 | 225.11 | 0.8 | 0.65 |
| Hex | 60 | 83 | ED | 3B | 2D | 0 | 7 | E1 | 50 | 41 |
| Octal | 140 | 203 | 355 | 73 | 55 | 0 | 7 | 341 | 120 | 101 |
| Binary | 1100000 | 10000011 | 11101101 | 111011 | 101101 | 0 | 111 | 11100001 | 1010000 | 1000001 |
Color Harmonies of #6083ED
Complementary color
Monochromatic Colors of #6083ED
Black with #6083ED
Text Example
Text Example
White with #6083ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6083ED; }
p { color: rgb(96,131,237); }
H1.HeaderClassName
{
color: #6083ED;
}
.AnyTagClassName
{
color: #6083ED;
}
</style>
background-color css
<style>
a { background-color: #6083ED; }
a { background-color: rgb(96,131,237); }
div.DivClassName
{
background-color: #6083ED;
}
.BgClassName
{
background-color: #6083ED;
}
</style>
border-color css
<style>
span { border-color: #6083ED; }
span { border-color: rgb(96,131,237); }
td.TdClassName
{
border-color: #6083ED;
}
.TagClassName
{
border-color: #6083ED;
}
</style>