Shades of Cornflower Blue #6083FE
Tints of Cornflower Blue #6083FE
RGB
CMYK
RGB Variations
Color information
#6083FE (or 0x6083FE) is known color: Cornflower Blue. HEX triplet: 60, 83 and FE. RGB value is (96,131,254). Sum of RGB (Red+Green+Blue) = 96+131+254=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #6083FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6083FE is #9F7C01. Grayscale: #868686. Windows color (decimal): -10451970 or 16679776. OLE color: 16679776.
HSL color Cylindrical-coordinate representation of color #6083FE: hue angle of 226.71º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6083FE is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 131 | 254 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.00 |
| HSL | 226.71º | 0.99% | 0.69% | - |
| HSV(B) | 226.71º | 0.62% | 1% | - |
| XYZ | 30.83 | 25.88 | 97.14 | - |
| YUV | 134.56 | 195.4 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 254 | 0.62 | 0.48 | 0 | 0.00 | 226.71 | 0.99 | 0.69 |
| Hex | 60 | 83 | FE | 3E | 30 | 0 | 0 | E3 | 63 | 45 |
| Octal | 140 | 203 | 376 | 76 | 60 | 0 | 0 | 343 | 143 | 105 |
| Binary | 1100000 | 10000011 | 11111110 | 111110 | 110000 | 0 | 0 | 11100011 | 1100011 | 1000101 |
Color Harmonies of #6083FE
Complementary color
Monochromatic Colors of #6083FE
Black with #6083FE
Text Example
Text Example
White with #6083FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6083FE; }
p { color: rgb(96,131,254); }
H1.HeaderClassName
{
color: #6083FE;
}
.AnyTagClassName
{
color: #6083FE;
}
</style>
background-color css
<style>
a { background-color: #6083FE; }
a { background-color: rgb(96,131,254); }
div.DivClassName
{
background-color: #6083FE;
}
.BgClassName
{
background-color: #6083FE;
}
</style>
border-color css
<style>
span { border-color: #6083FE; }
span { border-color: rgb(96,131,254); }
td.TdClassName
{
border-color: #6083FE;
}
.TagClassName
{
border-color: #6083FE;
}
</style>