Shades of Chetwode Blue #6073D6
Tints of Chetwode Blue #6073D6
RGB
CMYK
RGB Variations
Color information
#6073D6 (or 0x6073D6) is known color: Chetwode Blue. HEX triplet: 60, 73 and D6. RGB value is (96,115,214). Sum of RGB (Red+Green+Blue) = 96+115+214=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #6073D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073D6 is #9F8C29. Grayscale: #787878. Windows color (decimal): -10456106 or 14054240. OLE color: 14054240.
HSL color Cylindrical-coordinate representation of color #6073D6: hue angle of 230.34º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6073D6 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 115 | 214 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.16 |
| HSL | 230.34º | 0.59% | 0.61% | - |
| HSV(B) | 230.34º | 0.55% | 0.84% | - |
| XYZ | 23.09 | 19.6 | 66.19 | - |
| YUV | 120.61 | 180.71 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 214 | 0.55 | 0.46 | 0 | 0.16 | 230.34 | 0.59 | 0.61 |
| Hex | 60 | 73 | D6 | 37 | 2E | 0 | 10 | E6 | 3B | 3D |
| Octal | 140 | 163 | 326 | 67 | 56 | 0 | 20 | 346 | 73 | 75 |
| Binary | 1100000 | 1110011 | 11010110 | 110111 | 101110 | 0 | 10000 | 11100110 | 111011 | 111101 |
Color Harmonies of #6073D6
Complementary color
Monochromatic Colors of #6073D6
Black with #6073D6
Text Example
Text Example
White with #6073D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073D6; }
p { color: rgb(96,115,214); }
H1.HeaderClassName
{
color: #6073D6;
}
.AnyTagClassName
{
color: #6073D6;
}
</style>
background-color css
<style>
a { background-color: #6073D6; }
a { background-color: rgb(96,115,214); }
div.DivClassName
{
background-color: #6073D6;
}
.BgClassName
{
background-color: #6073D6;
}
</style>
border-color css
<style>
span { border-color: #6073D6; }
span { border-color: rgb(96,115,214); }
td.TdClassName
{
border-color: #6073D6;
}
.TagClassName
{
border-color: #6073D6;
}
</style>