Shades of Chetwode Blue #6070CE
Tints of Chetwode Blue #6070CE
RGB
CMYK
RGB Variations
Color information
#6070CE (or 0x6070CE) is known color: Chetwode Blue. HEX triplet: 60, 70 and CE. RGB value is (96,112,206). Sum of RGB (Red+Green+Blue) = 96+112+206=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #6070CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6070CE is #9F8F31. Grayscale: #757575. Windows color (decimal): -10456882 or 13529184. OLE color: 13529184.
HSL color Cylindrical-coordinate representation of color #6070CE: hue angle of 231.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6070CE is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 112 | 206 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.19 |
| HSL | 231.27º | 0.53% | 0.59% | - |
| HSV(B) | 231.27º | 0.53% | 0.81% | - |
| XYZ | 21.76 | 18.53 | 60.82 | - |
| YUV | 117.93 | 177.7 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 206 | 0.53 | 0.46 | 0 | 0.19 | 231.27 | 0.53 | 0.59 |
| Hex | 60 | 70 | CE | 35 | 2E | 0 | 13 | E7 | 35 | 3B |
| Octal | 140 | 160 | 316 | 65 | 56 | 0 | 23 | 347 | 65 | 73 |
| Binary | 1100000 | 1110000 | 11001110 | 110101 | 101110 | 0 | 10011 | 11100111 | 110101 | 111011 |
Color Harmonies of #6070CE
Complementary color
Monochromatic Colors of #6070CE
Black with #6070CE
Text Example
Text Example
White with #6070CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6070CE; }
p { color: rgb(96,112,206); }
H1.HeaderClassName
{
color: #6070CE;
}
.AnyTagClassName
{
color: #6070CE;
}
</style>
background-color css
<style>
a { background-color: #6070CE; }
a { background-color: rgb(96,112,206); }
div.DivClassName
{
background-color: #6070CE;
}
.BgClassName
{
background-color: #6070CE;
}
</style>
border-color css
<style>
span { border-color: #6070CE; }
span { border-color: rgb(96,112,206); }
td.TdClassName
{
border-color: #6070CE;
}
.TagClassName
{
border-color: #6070CE;
}
</style>