Shades of Cornflower Blue #6083F8
Tints of Cornflower Blue #6083F8
RGB
CMYK
RGB Variations
Color information
#6083F8 (or 0x6083F8) is known color: Cornflower Blue. HEX triplet: 60, 83 and F8. RGB value is (96,131,248). Sum of RGB (Red+Green+Blue) = 96+131+248=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #6083F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6083F8 is #9F7C07. Grayscale: #858585. Windows color (decimal): -10451976 or 16286560. OLE color: 16286560.
HSL color Cylindrical-coordinate representation of color #6083F8: hue angle of 226.18º degrees, saturation: 0.92, 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 #6083F8 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 131 | 248 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.03 |
| HSL | 226.18º | 0.92% | 0.67% | - |
| HSV(B) | 226.18º | 0.61% | 0.97% | - |
| XYZ | 29.88 | 25.5 | 92.15 | - |
| YUV | 133.87 | 192.4 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 248 | 0.61 | 0.47 | 0 | 0.03 | 226.18 | 0.92 | 0.67 |
| Hex | 60 | 83 | F8 | 3D | 2F | 0 | 3 | E2 | 5C | 43 |
| Octal | 140 | 203 | 370 | 75 | 57 | 0 | 3 | 342 | 134 | 103 |
| Binary | 1100000 | 10000011 | 11111000 | 111101 | 101111 | 0 | 11 | 11100010 | 1011100 | 1000011 |
Color Harmonies of #6083F8
Complementary color
Monochromatic Colors of #6083F8
Black with #6083F8
Text Example
Text Example
White with #6083F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6083F8; }
p { color: rgb(96,131,248); }
H1.HeaderClassName
{
color: #6083F8;
}
.AnyTagClassName
{
color: #6083F8;
}
</style>
background-color css
<style>
a { background-color: #6083F8; }
a { background-color: rgb(96,131,248); }
div.DivClassName
{
background-color: #6083F8;
}
.BgClassName
{
background-color: #6083F8;
}
</style>
border-color css
<style>
span { border-color: #6083F8; }
span { border-color: rgb(96,131,248); }
td.TdClassName
{
border-color: #6083F8;
}
.TagClassName
{
border-color: #6083F8;
}
</style>