Shades of Chetwode Blue #606FC1
Tints of Chetwode Blue #606FC1
RGB
CMYK
RGB Variations
Color information
#606FC1 (or 0x606FC1) is known color: Chetwode Blue. HEX triplet: 60, 6F and C1. RGB value is (96,111,193). Sum of RGB (Red+Green+Blue) = 96+111+193=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #606FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FC1 is #9F903E. Grayscale: #737373. Windows color (decimal): -10457151 or 12676960. OLE color: 12676960.
HSL color Cylindrical-coordinate representation of color #606FC1: hue angle of 230.72º 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 #606FC1 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 111 | 193 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.24 |
| HSL | 230.72º | 0.44% | 0.57% | - |
| HSV(B) | 230.72º | 0.5% | 0.76% | - |
| XYZ | 20.13 | 17.71 | 52.81 | - |
| YUV | 115.86 | 171.53 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 193 | 0.50 | 0.42 | 0 | 0.24 | 230.72 | 0.44 | 0.57 |
| Hex | 60 | 6F | C1 | 32 | 2A | 0 | 18 | E7 | 2C | 39 |
| Octal | 140 | 157 | 301 | 62 | 52 | 0 | 30 | 347 | 54 | 71 |
| Binary | 1100000 | 1101111 | 11000001 | 110010 | 101010 | 0 | 11000 | 11100111 | 101100 | 111001 |
Color Harmonies of #606FC1
Complementary color
Monochromatic Colors of #606FC1
Black with #606FC1
Text Example
Text Example
White with #606FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FC1; }
p { color: rgb(96,111,193); }
H1.HeaderClassName
{
color: #606FC1;
}
.AnyTagClassName
{
color: #606FC1;
}
</style>
background-color css
<style>
a { background-color: #606FC1; }
a { background-color: rgb(96,111,193); }
div.DivClassName
{
background-color: #606FC1;
}
.BgClassName
{
background-color: #606FC1;
}
</style>
border-color css
<style>
span { border-color: #606FC1; }
span { border-color: rgb(96,111,193); }
td.TdClassName
{
border-color: #606FC1;
}
.TagClassName
{
border-color: #606FC1;
}
</style>