Shades of Chetwode Blue #6666AD
Tints of Chetwode Blue #6666AD
RGB
CMYK
RGB Variations
Color information
#6666AD (or 0x6666AD) is known color: Chetwode Blue. HEX triplet: 66, 66 and AD. RGB value is (102,102,173). Sum of RGB (Red+Green+Blue) = 102+102+173=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #6666AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6666AD is #999952. Grayscale: #6D6D6D. Windows color (decimal): -10066259 or 11363942. OLE color: 11363942.
HSL color Cylindrical-coordinate representation of color #6666AD: hue angle of 240º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6666AD is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 102 | 173 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.32 |
| HSL | 240º | 0.3% | 0.54% | - |
| HSV(B) | 240º | 0.41% | 0.68% | - |
| XYZ | 17.77 | 15.34 | 41.56 | - |
| YUV | 110.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 173 | 0.41 | 0.41 | 0 | 0.32 | 240 | 0.3 | 0.54 |
| Hex | 66 | 66 | AD | 29 | 29 | 0 | 20 | F0 | 1E | 36 |
| Octal | 146 | 146 | 255 | 51 | 51 | 0 | 40 | 360 | 36 | 66 |
| Binary | 1100110 | 1100110 | 10101101 | 101001 | 101001 | 0 | 100000 | 11110000 | 11110 | 110110 |
Color Harmonies of #6666AD
Complementary color
Monochromatic Colors of #6666AD
Black with #6666AD
Text Example
Text Example
White with #6666AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6666AD; }
p { color: rgb(102,102,173); }
H1.HeaderClassName
{
color: #6666AD;
}
.AnyTagClassName
{
color: #6666AD;
}
</style>
background-color css
<style>
a { background-color: #6666AD; }
a { background-color: rgb(102,102,173); }
div.DivClassName
{
background-color: #6666AD;
}
.BgClassName
{
background-color: #6666AD;
}
</style>
border-color css
<style>
span { border-color: #6666AD; }
span { border-color: rgb(102,102,173); }
td.TdClassName
{
border-color: #6666AD;
}
.TagClassName
{
border-color: #6666AD;
}
</style>