Shades of Cornflower Blue #6076F9
Tints of Cornflower Blue #6076F9
RGB
CMYK
RGB Variations
Color information
#6076F9 (or 0x6076F9) is known color: Cornflower Blue. HEX triplet: 60, 76 and F9. RGB value is (96,118,249). Sum of RGB (Red+Green+Blue) = 96+118+249=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #6076F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6076F9 is #9F8906. Grayscale: #7D7D7D. Windows color (decimal): -10455303 or 16348768. OLE color: 16348768.
HSL color Cylindrical-coordinate representation of color #6076F9: hue angle of 231.37º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6076F9 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 118 | 249 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.02 |
| HSL | 231.37º | 0.93% | 0.68% | - |
| HSV(B) | 231.37º | 0.61% | 0.98% | - |
| XYZ | 28.4 | 22.28 | 92.43 | - |
| YUV | 126.36 | 197.21 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 249 | 0.61 | 0.53 | 0 | 0.02 | 231.37 | 0.93 | 0.68 |
| Hex | 60 | 76 | F9 | 3D | 35 | 0 | 2 | E7 | 5D | 44 |
| Octal | 140 | 166 | 371 | 75 | 65 | 0 | 2 | 347 | 135 | 104 |
| Binary | 1100000 | 1110110 | 11111001 | 111101 | 110101 | 0 | 10 | 11100111 | 1011101 | 1000100 |
Color Harmonies of #6076F9
Complementary color
Monochromatic Colors of #6076F9
Black with #6076F9
Text Example
Text Example
White with #6076F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6076F9; }
p { color: rgb(96,118,249); }
H1.HeaderClassName
{
color: #6076F9;
}
.AnyTagClassName
{
color: #6076F9;
}
</style>
background-color css
<style>
a { background-color: #6076F9; }
a { background-color: rgb(96,118,249); }
div.DivClassName
{
background-color: #6076F9;
}
.BgClassName
{
background-color: #6076F9;
}
</style>
border-color css
<style>
span { border-color: #6076F9; }
span { border-color: rgb(96,118,249); }
td.TdClassName
{
border-color: #6076F9;
}
.TagClassName
{
border-color: #6076F9;
}
</style>