Shades of Chetwode Blue #606CC1
Tints of Chetwode Blue #606CC1
RGB
CMYK
RGB Variations
Color information
#606CC1 (or 0x606CC1) is known color: Chetwode Blue. HEX triplet: 60, 6C and C1. RGB value is (96,108,193). Sum of RGB (Red+Green+Blue) = 96+108+193=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #606CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CC1 is #9F933E. Grayscale: #717171. Windows color (decimal): -10457919 or 12676192. OLE color: 12676192.
HSL color Cylindrical-coordinate representation of color #606CC1: hue angle of 232.58º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #606CC1 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 108 | 193 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.24 |
| HSL | 232.58º | 0.44% | 0.57% | - |
| HSV(B) | 232.58º | 0.5% | 0.76% | - |
| XYZ | 19.81 | 17.06 | 52.7 | - |
| YUV | 114.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 193 | 0.50 | 0.44 | 0 | 0.24 | 232.58 | 0.44 | 0.57 |
| Hex | 60 | 6C | C1 | 32 | 2C | 0 | 18 | E9 | 2C | 39 |
| Octal | 140 | 154 | 301 | 62 | 54 | 0 | 30 | 351 | 54 | 71 |
| Binary | 1100000 | 1101100 | 11000001 | 110010 | 101100 | 0 | 11000 | 11101001 | 101100 | 111001 |
Color Harmonies of #606CC1
Complementary color
Monochromatic Colors of #606CC1
Black with #606CC1
Text Example
Text Example
White with #606CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606CC1; }
p { color: rgb(96,108,193); }
H1.HeaderClassName
{
color: #606CC1;
}
.AnyTagClassName
{
color: #606CC1;
}
</style>
background-color css
<style>
a { background-color: #606CC1; }
a { background-color: rgb(96,108,193); }
div.DivClassName
{
background-color: #606CC1;
}
.BgClassName
{
background-color: #606CC1;
}
</style>
border-color css
<style>
span { border-color: #606CC1; }
span { border-color: rgb(96,108,193); }
td.TdClassName
{
border-color: #606CC1;
}
.TagClassName
{
border-color: #606CC1;
}
</style>