Shades of Chetwode Blue #606CB0
Tints of Chetwode Blue #606CB0
RGB
CMYK
RGB Variations
Color information
#606CB0 (or 0x606CB0) is known color: Chetwode Blue. HEX triplet: 60, 6C and B0. RGB value is (96,108,176). Sum of RGB (Red+Green+Blue) = 96+108+176=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 176 - color contains mainly: blue. Hex color #606CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606CB0 is #9F934F. Grayscale: #6F6F6F. Windows color (decimal): -10457936 or 11562080. OLE color: 11562080.
HSL color Cylindrical-coordinate representation of color #606CB0: hue angle of 231º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #606CB0 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 108 | 176 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.31 |
| HSL | 231º | 0.34% | 0.53% | - |
| HSV(B) | 231º | 0.45% | 0.69% | - |
| XYZ | 18.02 | 16.35 | 43.28 | - |
| YUV | 112.16 | 164.02 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 176 | 0.45 | 0.39 | 0 | 0.31 | 231 | 0.34 | 0.53 |
| Hex | 60 | 6C | B0 | 2D | 27 | 0 | 1F | E7 | 22 | 35 |
| Octal | 140 | 154 | 260 | 55 | 47 | 0 | 37 | 347 | 42 | 65 |
| Binary | 1100000 | 1101100 | 10110000 | 101101 | 100111 | 0 | 11111 | 11100111 | 100010 | 110101 |
Color Harmonies of #606CB0
Complementary color
Monochromatic Colors of #606CB0
Black with #606CB0
Text Example
Text Example
White with #606CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606CB0; }
p { color: rgb(96,108,176); }
H1.HeaderClassName
{
color: #606CB0;
}
.AnyTagClassName
{
color: #606CB0;
}
</style>
background-color css
<style>
a { background-color: #606CB0; }
a { background-color: rgb(96,108,176); }
div.DivClassName
{
background-color: #606CB0;
}
.BgClassName
{
background-color: #606CB0;
}
</style>
border-color css
<style>
span { border-color: #606CB0; }
span { border-color: rgb(96,108,176); }
td.TdClassName
{
border-color: #606CB0;
}
.TagClassName
{
border-color: #606CB0;
}
</style>