Shades of Chetwode Blue #606DBB
Tints of Chetwode Blue #606DBB
RGB
CMYK
RGB Variations
Color information
#606DBB (or 0x606DBB) is known color: Chetwode Blue. HEX triplet: 60, 6D and BB. RGB value is (96,109,187). Sum of RGB (Red+Green+Blue) = 96+109+187=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #606DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DBB is #9F9244. Grayscale: #717171. Windows color (decimal): -10457669 or 12283232. OLE color: 12283232.
HSL color Cylindrical-coordinate representation of color #606DBB: hue angle of 231.43º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #606DBB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 109 | 187 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.27 |
| HSL | 231.43º | 0.4% | 0.55% | - |
| HSV(B) | 231.43º | 0.49% | 0.73% | - |
| XYZ | 19.26 | 17.01 | 49.28 | - |
| YUV | 114.01 | 169.19 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 187 | 0.49 | 0.42 | 0 | 0.27 | 231.43 | 0.4 | 0.55 |
| Hex | 60 | 6D | BB | 31 | 2A | 0 | 1B | E7 | 28 | 37 |
| Octal | 140 | 155 | 273 | 61 | 52 | 0 | 33 | 347 | 50 | 67 |
| Binary | 1100000 | 1101101 | 10111011 | 110001 | 101010 | 0 | 11011 | 11100111 | 101000 | 110111 |
Color Harmonies of #606DBB
Complementary color
Monochromatic Colors of #606DBB
Black with #606DBB
Text Example
Text Example
White with #606DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DBB; }
p { color: rgb(96,109,187); }
H1.HeaderClassName
{
color: #606DBB;
}
.AnyTagClassName
{
color: #606DBB;
}
</style>
background-color css
<style>
a { background-color: #606DBB; }
a { background-color: rgb(96,109,187); }
div.DivClassName
{
background-color: #606DBB;
}
.BgClassName
{
background-color: #606DBB;
}
</style>
border-color css
<style>
span { border-color: #606DBB; }
span { border-color: rgb(96,109,187); }
td.TdClassName
{
border-color: #606DBB;
}
.TagClassName
{
border-color: #606DBB;
}
</style>