Shades of Chetwode Blue #606CBC
Tints of Chetwode Blue #606CBC
RGB
CMYK
RGB Variations
Color information
#606CBC (or 0x606CBC) is known color: Chetwode Blue. HEX triplet: 60, 6C and BC. RGB value is (96,108,188). Sum of RGB (Red+Green+Blue) = 96+108+188=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #606CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CBC is #9F9343. Grayscale: #717171. Windows color (decimal): -10457924 or 12348512. OLE color: 12348512.
HSL color Cylindrical-coordinate representation of color #606CBC: hue angle of 232.17º 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 #606CBC is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 108 | 188 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.26 |
| HSL | 232.17º | 0.41% | 0.56% | - |
| HSV(B) | 232.17º | 0.49% | 0.74% | - |
| XYZ | 19.26 | 16.84 | 49.81 | - |
| YUV | 113.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 188 | 0.49 | 0.43 | 0 | 0.26 | 232.17 | 0.41 | 0.56 |
| Hex | 60 | 6C | BC | 31 | 2B | 0 | 1A | E8 | 29 | 38 |
| Octal | 140 | 154 | 274 | 61 | 53 | 0 | 32 | 350 | 51 | 70 |
| Binary | 1100000 | 1101100 | 10111100 | 110001 | 101011 | 0 | 11010 | 11101000 | 101001 | 111000 |
Color Harmonies of #606CBC
Complementary color
Monochromatic Colors of #606CBC
Black with #606CBC
Text Example
Text Example
White with #606CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606CBC; }
p { color: rgb(96,108,188); }
H1.HeaderClassName
{
color: #606CBC;
}
.AnyTagClassName
{
color: #606CBC;
}
</style>
background-color css
<style>
a { background-color: #606CBC; }
a { background-color: rgb(96,108,188); }
div.DivClassName
{
background-color: #606CBC;
}
.BgClassName
{
background-color: #606CBC;
}
</style>
border-color css
<style>
span { border-color: #606CBC; }
span { border-color: rgb(96,108,188); }
td.TdClassName
{
border-color: #606CBC;
}
.TagClassName
{
border-color: #606CBC;
}
</style>