Shades of Chetwode Blue #666AAF
Tints of Chetwode Blue #666AAF
RGB
CMYK
RGB Variations
Color information
#666AAF (or 0x666AAF) is known color: Chetwode Blue. HEX triplet: 66, 6A and AF. RGB value is (102,106,175). Sum of RGB (Red+Green+Blue) = 102+106+175=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #666AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666AAF is #999550. Grayscale: #707070. Windows color (decimal): -10065233 or 11496038. OLE color: 11496038.
HSL color Cylindrical-coordinate representation of color #666AAF: hue angle of 236.71º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #666AAF is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 106 | 175 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.31 |
| HSL | 236.71º | 0.31% | 0.54% | - |
| HSV(B) | 236.71º | 0.42% | 0.69% | - |
| XYZ | 18.37 | 16.23 | 42.72 | - |
| YUV | 112.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 175 | 0.42 | 0.39 | 0 | 0.31 | 236.71 | 0.31 | 0.54 |
| Hex | 66 | 6A | AF | 2A | 27 | 0 | 1F | ED | 1F | 36 |
| Octal | 146 | 152 | 257 | 52 | 47 | 0 | 37 | 355 | 37 | 66 |
| Binary | 1100110 | 1101010 | 10101111 | 101010 | 100111 | 0 | 11111 | 11101101 | 11111 | 110110 |
Color Harmonies of #666AAF
Complementary color
Monochromatic Colors of #666AAF
Black with #666AAF
Text Example
Text Example
White with #666AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AAF; }
p { color: rgb(102,106,175); }
H1.HeaderClassName
{
color: #666AAF;
}
.AnyTagClassName
{
color: #666AAF;
}
</style>
background-color css
<style>
a { background-color: #666AAF; }
a { background-color: rgb(102,106,175); }
div.DivClassName
{
background-color: #666AAF;
}
.BgClassName
{
background-color: #666AAF;
}
</style>
border-color css
<style>
span { border-color: #666AAF; }
span { border-color: rgb(102,106,175); }
td.TdClassName
{
border-color: #666AAF;
}
.TagClassName
{
border-color: #666AAF;
}
</style>