Shades of Chetwode Blue #6073C2
Tints of Chetwode Blue #6073C2
RGB
CMYK
RGB Variations
Color information
#6073C2 (or 0x6073C2) is known color: Chetwode Blue. HEX triplet: 60, 73 and C2. RGB value is (96,115,194). Sum of RGB (Red+Green+Blue) = 96+115+194=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #6073C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073C2 is #9F8C3D. Grayscale: #757575. Windows color (decimal): -10456126 or 12743520. OLE color: 12743520.
HSL color Cylindrical-coordinate representation of color #6073C2: hue angle of 228.37º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6073C2 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 115 | 194 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.24 |
| HSL | 228.37º | 0.45% | 0.57% | - |
| HSV(B) | 228.37º | 0.51% | 0.76% | - |
| XYZ | 20.69 | 18.64 | 53.55 | - |
| YUV | 118.33 | 170.71 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 194 | 0.51 | 0.41 | 0 | 0.24 | 228.37 | 0.45 | 0.57 |
| Hex | 60 | 73 | C2 | 33 | 29 | 0 | 18 | E4 | 2D | 39 |
| Octal | 140 | 163 | 302 | 63 | 51 | 0 | 30 | 344 | 55 | 71 |
| Binary | 1100000 | 1110011 | 11000010 | 110011 | 101001 | 0 | 11000 | 11100100 | 101101 | 111001 |
Color Harmonies of #6073C2
Complementary color
Monochromatic Colors of #6073C2
Black with #6073C2
Text Example
Text Example
White with #6073C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073C2; }
p { color: rgb(96,115,194); }
H1.HeaderClassName
{
color: #6073C2;
}
.AnyTagClassName
{
color: #6073C2;
}
</style>
background-color css
<style>
a { background-color: #6073C2; }
a { background-color: rgb(96,115,194); }
div.DivClassName
{
background-color: #6073C2;
}
.BgClassName
{
background-color: #6073C2;
}
</style>
border-color css
<style>
span { border-color: #6073C2; }
span { border-color: rgb(96,115,194); }
td.TdClassName
{
border-color: #6073C2;
}
.TagClassName
{
border-color: #6073C2;
}
</style>