Shades of Chetwode Blue #606BCE
Tints of Chetwode Blue #606BCE
RGB
CMYK
RGB Variations
Color information
#606BCE (or 0x606BCE) is known color: Chetwode Blue. HEX triplet: 60, 6B and CE. RGB value is (96,107,206). Sum of RGB (Red+Green+Blue) = 96+107+206=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #606BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BCE is #9F9431. Grayscale: #727272. Windows color (decimal): -10458162 or 13527904. OLE color: 13527904.
HSL color Cylindrical-coordinate representation of color #606BCE: hue angle of 234º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #606BCE is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 107 | 206 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.19 |
| HSL | 234º | 0.53% | 0.59% | - |
| HSV(B) | 234º | 0.53% | 0.81% | - |
| XYZ | 21.22 | 17.46 | 60.64 | - |
| YUV | 115 | 179.36 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 206 | 0.53 | 0.48 | 0 | 0.19 | 234 | 0.53 | 0.59 |
| Hex | 60 | 6B | CE | 35 | 30 | 0 | 13 | EA | 35 | 3B |
| Octal | 140 | 153 | 316 | 65 | 60 | 0 | 23 | 352 | 65 | 73 |
| Binary | 1100000 | 1101011 | 11001110 | 110101 | 110000 | 0 | 10011 | 11101010 | 110101 | 111011 |
Color Harmonies of #606BCE
Complementary color
Monochromatic Colors of #606BCE
Black with #606BCE
Text Example
Text Example
White with #606BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606BCE; }
p { color: rgb(96,107,206); }
H1.HeaderClassName
{
color: #606BCE;
}
.AnyTagClassName
{
color: #606BCE;
}
</style>
background-color css
<style>
a { background-color: #606BCE; }
a { background-color: rgb(96,107,206); }
div.DivClassName
{
background-color: #606BCE;
}
.BgClassName
{
background-color: #606BCE;
}
</style>
border-color css
<style>
span { border-color: #606BCE; }
span { border-color: rgb(96,107,206); }
td.TdClassName
{
border-color: #606BCE;
}
.TagClassName
{
border-color: #606BCE;
}
</style>