Shades of Cornflower Blue #6083DF
Tints of Cornflower Blue #6083DF
RGB
CMYK
RGB Variations
Color information
#6083DF (or 0x6083DF) is known color: Cornflower Blue. HEX triplet: 60, 83 and DF. RGB value is (96,131,223). Sum of RGB (Red+Green+Blue) = 96+131+223=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #6083DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6083DF is #9F7C20. Grayscale: #828282. Windows color (decimal): -10452001 or 14648160. OLE color: 14648160.
HSL color Cylindrical-coordinate representation of color #6083DF: hue angle of 223.46º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6083DF is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 131 | 223 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.13 |
| HSL | 223.46º | 0.66% | 0.63% | - |
| HSV(B) | 223.46º | 0.57% | 0.87% | - |
| XYZ | 26.26 | 24.05 | 73.07 | - |
| YUV | 131.02 | 179.9 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 223 | 0.57 | 0.41 | 0 | 0.13 | 223.46 | 0.66 | 0.63 |
| Hex | 60 | 83 | DF | 39 | 29 | 0 | D | DF | 42 | 3F |
| Octal | 140 | 203 | 337 | 71 | 51 | 0 | 15 | 337 | 102 | 77 |
| Binary | 1100000 | 10000011 | 11011111 | 111001 | 101001 | 0 | 1101 | 11011111 | 1000010 | 111111 |
Color Harmonies of #6083DF
Complementary color
Monochromatic Colors of #6083DF
Black with #6083DF
Text Example
Text Example
White with #6083DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6083DF; }
p { color: rgb(96,131,223); }
H1.HeaderClassName
{
color: #6083DF;
}
.AnyTagClassName
{
color: #6083DF;
}
</style>
background-color css
<style>
a { background-color: #6083DF; }
a { background-color: rgb(96,131,223); }
div.DivClassName
{
background-color: #6083DF;
}
.BgClassName
{
background-color: #6083DF;
}
</style>
border-color css
<style>
span { border-color: #6083DF; }
span { border-color: rgb(96,131,223); }
td.TdClassName
{
border-color: #6083DF;
}
.TagClassName
{
border-color: #6083DF;
}
</style>