Shades of Chetwode Blue #606DB4
Tints of Chetwode Blue #606DB4
RGB
CMYK
RGB Variations
Color information
#606DB4 (or 0x606DB4) is known color: Chetwode Blue. HEX triplet: 60, 6D and B4. RGB value is (96,109,180). Sum of RGB (Red+Green+Blue) = 96+109+180=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #606DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DB4 is #9F924B. Grayscale: #707070. Windows color (decimal): -10457676 or 11824480. OLE color: 11824480.
HSL color Cylindrical-coordinate representation of color #606DB4: hue angle of 230.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #606DB4 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 109 | 180 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.29 |
| HSL | 230.71º | 0.36% | 0.54% | - |
| HSV(B) | 230.71º | 0.47% | 0.71% | - |
| XYZ | 18.53 | 16.72 | 45.43 | - |
| YUV | 113.21 | 165.69 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 180 | 0.47 | 0.39 | 0 | 0.29 | 230.71 | 0.36 | 0.54 |
| Hex | 60 | 6D | B4 | 2F | 27 | 0 | 1D | E7 | 24 | 36 |
| Octal | 140 | 155 | 264 | 57 | 47 | 0 | 35 | 347 | 44 | 66 |
| Binary | 1100000 | 1101101 | 10110100 | 101111 | 100111 | 0 | 11101 | 11100111 | 100100 | 110110 |
Color Harmonies of #606DB4
Complementary color
Monochromatic Colors of #606DB4
Black with #606DB4
Text Example
Text Example
White with #606DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DB4; }
p { color: rgb(96,109,180); }
H1.HeaderClassName
{
color: #606DB4;
}
.AnyTagClassName
{
color: #606DB4;
}
</style>
background-color css
<style>
a { background-color: #606DB4; }
a { background-color: rgb(96,109,180); }
div.DivClassName
{
background-color: #606DB4;
}
.BgClassName
{
background-color: #606DB4;
}
</style>
border-color css
<style>
span { border-color: #606DB4; }
span { border-color: rgb(96,109,180); }
td.TdClassName
{
border-color: #606DB4;
}
.TagClassName
{
border-color: #606DB4;
}
</style>