Shades of Chetwode Blue #6074CD
Tints of Chetwode Blue #6074CD
RGB
CMYK
RGB Variations
Color information
#6074CD (or 0x6074CD) is known color: Chetwode Blue. HEX triplet: 60, 74 and CD. RGB value is (96,116,205). Sum of RGB (Red+Green+Blue) = 96+116+205=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #6074CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6074CD is #9F8B32. Grayscale: #777777. Windows color (decimal): -10455859 or 13464672. OLE color: 13464672.
HSL color Cylindrical-coordinate representation of color #6074CD: hue angle of 228.99º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6074CD is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 116 | 205 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.20 |
| HSL | 228.99º | 0.52% | 0.59% | - |
| HSV(B) | 228.99º | 0.53% | 0.8% | - |
| XYZ | 22.09 | 19.39 | 60.34 | - |
| YUV | 120.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 205 | 0.53 | 0.43 | 0 | 0.20 | 228.99 | 0.52 | 0.59 |
| Hex | 60 | 74 | CD | 35 | 2B | 0 | 14 | E5 | 34 | 3B |
| Octal | 140 | 164 | 315 | 65 | 53 | 0 | 24 | 345 | 64 | 73 |
| Binary | 1100000 | 1110100 | 11001101 | 110101 | 101011 | 0 | 10100 | 11100101 | 110100 | 111011 |
Color Harmonies of #6074CD
Complementary color
Monochromatic Colors of #6074CD
Black with #6074CD
Text Example
Text Example
White with #6074CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6074CD; }
p { color: rgb(96,116,205); }
H1.HeaderClassName
{
color: #6074CD;
}
.AnyTagClassName
{
color: #6074CD;
}
</style>
background-color css
<style>
a { background-color: #6074CD; }
a { background-color: rgb(96,116,205); }
div.DivClassName
{
background-color: #6074CD;
}
.BgClassName
{
background-color: #6074CD;
}
</style>
border-color css
<style>
span { border-color: #6074CD; }
span { border-color: rgb(96,116,205); }
td.TdClassName
{
border-color: #6074CD;
}
.TagClassName
{
border-color: #6074CD;
}
</style>