Shades of Chetwode Blue #6666AE
Tints of Chetwode Blue #6666AE
RGB
CMYK
RGB Variations
Color information
#6666AE (or 0x6666AE) is known color: Chetwode Blue. HEX triplet: 66, 66 and AE. RGB value is (102,102,174). Sum of RGB (Red+Green+Blue) = 102+102+174=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #6666AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6666AE is #999951. Grayscale: #6D6D6D. Windows color (decimal): -10066258 or 11429478. OLE color: 11429478.
HSL color Cylindrical-coordinate representation of color #6666AE: hue angle of 240º degrees, saturation: 0.31, 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 #6666AE is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 102 | 174 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.32 |
| HSL | 240º | 0.31% | 0.54% | - |
| HSV(B) | 240º | 0.41% | 0.68% | - |
| XYZ | 17.87 | 15.38 | 42.07 | - |
| YUV | 110.21 | 164 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 174 | 0.41 | 0.41 | 0 | 0.32 | 240 | 0.31 | 0.54 |
| Hex | 66 | 66 | AE | 29 | 29 | 0 | 20 | F0 | 1F | 36 |
| Octal | 146 | 146 | 256 | 51 | 51 | 0 | 40 | 360 | 37 | 66 |
| Binary | 1100110 | 1100110 | 10101110 | 101001 | 101001 | 0 | 100000 | 11110000 | 11111 | 110110 |
Color Harmonies of #6666AE
Complementary color
Monochromatic Colors of #6666AE
Black with #6666AE
Text Example
Text Example
White with #6666AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6666AE; }
p { color: rgb(102,102,174); }
H1.HeaderClassName
{
color: #6666AE;
}
.AnyTagClassName
{
color: #6666AE;
}
</style>
background-color css
<style>
a { background-color: #6666AE; }
a { background-color: rgb(102,102,174); }
div.DivClassName
{
background-color: #6666AE;
}
.BgClassName
{
background-color: #6666AE;
}
</style>
border-color css
<style>
span { border-color: #6666AE; }
span { border-color: rgb(102,102,174); }
td.TdClassName
{
border-color: #6666AE;
}
.TagClassName
{
border-color: #6666AE;
}
</style>