Shades of Chetwode Blue #606DBD
Tints of Chetwode Blue #606DBD
RGB
CMYK
RGB Variations
Color information
#606DBD (or 0x606DBD) is known color: Chetwode Blue. HEX triplet: 60, 6D and BD. RGB value is (96,109,189). Sum of RGB (Red+Green+Blue) = 96+109+189=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #606DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DBD is #9F9242. Grayscale: #717171. Windows color (decimal): -10457667 or 12414304. OLE color: 12414304.
HSL color Cylindrical-coordinate representation of color #606DBD: hue angle of 231.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #606DBD is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 109 | 189 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.26 |
| HSL | 231.61º | 0.41% | 0.56% | - |
| HSV(B) | 231.61º | 0.49% | 0.74% | - |
| XYZ | 19.48 | 17.1 | 50.42 | - |
| YUV | 114.23 | 170.19 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 189 | 0.49 | 0.42 | 0 | 0.26 | 231.61 | 0.41 | 0.56 |
| Hex | 60 | 6D | BD | 31 | 2A | 0 | 1A | E8 | 29 | 38 |
| Octal | 140 | 155 | 275 | 61 | 52 | 0 | 32 | 350 | 51 | 70 |
| Binary | 1100000 | 1101101 | 10111101 | 110001 | 101010 | 0 | 11010 | 11101000 | 101001 | 111000 |
Color Harmonies of #606DBD
Complementary color
Monochromatic Colors of #606DBD
Black with #606DBD
Text Example
Text Example
White with #606DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DBD; }
p { color: rgb(96,109,189); }
H1.HeaderClassName
{
color: #606DBD;
}
.AnyTagClassName
{
color: #606DBD;
}
</style>
background-color css
<style>
a { background-color: #606DBD; }
a { background-color: rgb(96,109,189); }
div.DivClassName
{
background-color: #606DBD;
}
.BgClassName
{
background-color: #606DBD;
}
</style>
border-color css
<style>
span { border-color: #606DBD; }
span { border-color: rgb(96,109,189); }
td.TdClassName
{
border-color: #606DBD;
}
.TagClassName
{
border-color: #606DBD;
}
</style>