Shades of Chetwode Blue #666AC3
Tints of Chetwode Blue #666AC3
RGB
CMYK
RGB Variations
Color information
#666AC3 (or 0x666AC3) is known color: Chetwode Blue. HEX triplet: 66, 6A and C3. RGB value is (102,106,195). Sum of RGB (Red+Green+Blue) = 102+106+195=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #666AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666AC3 is #99953C. Grayscale: #727272. Windows color (decimal): -10065213 or 12806758. OLE color: 12806758.
HSL color Cylindrical-coordinate representation of color #666AC3: hue angle of 237.42º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #666AC3 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 106 | 195 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.24 |
| HSL | 237.42º | 0.44% | 0.58% | - |
| HSV(B) | 237.42º | 0.48% | 0.76% | - |
| XYZ | 20.48 | 17.07 | 53.85 | - |
| YUV | 114.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 195 | 0.48 | 0.46 | 0 | 0.24 | 237.42 | 0.44 | 0.58 |
| Hex | 66 | 6A | C3 | 30 | 2E | 0 | 18 | ED | 2C | 3A |
| Octal | 146 | 152 | 303 | 60 | 56 | 0 | 30 | 355 | 54 | 72 |
| Binary | 1100110 | 1101010 | 11000011 | 110000 | 101110 | 0 | 11000 | 11101101 | 101100 | 111010 |
Color Harmonies of #666AC3
Complementary color
Monochromatic Colors of #666AC3
Black with #666AC3
Text Example
Text Example
White with #666AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AC3; }
p { color: rgb(102,106,195); }
H1.HeaderClassName
{
color: #666AC3;
}
.AnyTagClassName
{
color: #666AC3;
}
</style>
background-color css
<style>
a { background-color: #666AC3; }
a { background-color: rgb(102,106,195); }
div.DivClassName
{
background-color: #666AC3;
}
.BgClassName
{
background-color: #666AC3;
}
</style>
border-color css
<style>
span { border-color: #666AC3; }
span { border-color: rgb(102,106,195); }
td.TdClassName
{
border-color: #666AC3;
}
.TagClassName
{
border-color: #666AC3;
}
</style>