Shades of Chetwode Blue #606BB4
Tints of Chetwode Blue #606BB4
RGB
CMYK
RGB Variations
Color information
#606BB4 (or 0x606BB4) is known color: Chetwode Blue. HEX triplet: 60, 6B and B4. RGB value is (96,107,180). Sum of RGB (Red+Green+Blue) = 96+107+180=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #606BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BB4 is #9F944B. Grayscale: #6F6F6F. Windows color (decimal): -10458188 or 11823968. OLE color: 11823968.
HSL color Cylindrical-coordinate representation of color #606BB4: hue angle of 232.14º 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 #606BB4 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 107 | 180 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.29 |
| HSL | 232.14º | 0.36% | 0.54% | - |
| HSV(B) | 232.14º | 0.47% | 0.71% | - |
| XYZ | 18.32 | 16.3 | 45.36 | - |
| YUV | 112.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 180 | 0.47 | 0.41 | 0 | 0.29 | 232.14 | 0.36 | 0.54 |
| Hex | 60 | 6B | B4 | 2F | 29 | 0 | 1D | E8 | 24 | 36 |
| Octal | 140 | 153 | 264 | 57 | 51 | 0 | 35 | 350 | 44 | 66 |
| Binary | 1100000 | 1101011 | 10110100 | 101111 | 101001 | 0 | 11101 | 11101000 | 100100 | 110110 |
Color Harmonies of #606BB4
Complementary color
Monochromatic Colors of #606BB4
Black with #606BB4
Text Example
Text Example
White with #606BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606BB4; }
p { color: rgb(96,107,180); }
H1.HeaderClassName
{
color: #606BB4;
}
.AnyTagClassName
{
color: #606BB4;
}
</style>
background-color css
<style>
a { background-color: #606BB4; }
a { background-color: rgb(96,107,180); }
div.DivClassName
{
background-color: #606BB4;
}
.BgClassName
{
background-color: #606BB4;
}
</style>
border-color css
<style>
span { border-color: #606BB4; }
span { border-color: rgb(96,107,180); }
td.TdClassName
{
border-color: #606BB4;
}
.TagClassName
{
border-color: #606BB4;
}
</style>