Shades of Cornflower Blue #6075F9
Tints of Cornflower Blue #6075F9
RGB
CMYK
RGB Variations
Color information
#6075F9 (or 0x6075F9) is known color: Cornflower Blue. HEX triplet: 60, 75 and F9. RGB value is (96,117,249). Sum of RGB (Red+Green+Blue) = 96+117+249=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #6075F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6075F9 is #9F8A06. Grayscale: #7D7D7D. Windows color (decimal): -10455559 or 16348512. OLE color: 16348512.
HSL color Cylindrical-coordinate representation of color #6075F9: hue angle of 231.76º 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 #6075F9 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 117 | 249 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.02 |
| HSL | 231.76º | 0.93% | 0.68% | - |
| HSV(B) | 231.76º | 0.61% | 0.98% | - |
| XYZ | 28.28 | 22.05 | 92.39 | - |
| YUV | 125.77 | 197.54 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 249 | 0.61 | 0.53 | 0 | 0.02 | 231.76 | 0.93 | 0.68 |
| Hex | 60 | 75 | F9 | 3D | 35 | 0 | 2 | E8 | 5D | 44 |
| Octal | 140 | 165 | 371 | 75 | 65 | 0 | 2 | 350 | 135 | 104 |
| Binary | 1100000 | 1110101 | 11111001 | 111101 | 110101 | 0 | 10 | 11101000 | 1011101 | 1000100 |
Color Harmonies of #6075F9
Complementary color
Monochromatic Colors of #6075F9
Black with #6075F9
Text Example
Text Example
White with #6075F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6075F9; }
p { color: rgb(96,117,249); }
H1.HeaderClassName
{
color: #6075F9;
}
.AnyTagClassName
{
color: #6075F9;
}
</style>
background-color css
<style>
a { background-color: #6075F9; }
a { background-color: rgb(96,117,249); }
div.DivClassName
{
background-color: #6075F9;
}
.BgClassName
{
background-color: #6075F9;
}
</style>
border-color css
<style>
span { border-color: #6075F9; }
span { border-color: rgb(96,117,249); }
td.TdClassName
{
border-color: #6075F9;
}
.TagClassName
{
border-color: #6075F9;
}
</style>