Shades of Chetwode Blue #666AA3
Tints of Chetwode Blue #666AA3
RGB
CMYK
RGB Variations
Color information
#666AA3 (or 0x666AA3) is known color: Chetwode Blue. HEX triplet: 66, 6A and A3. RGB value is (102,106,163). Sum of RGB (Red+Green+Blue) = 102+106+163=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 163 - color contains mainly: blue. Hex color #666AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666AA3 is #99955C. Grayscale: #6F6F6F. Windows color (decimal): -10065245 or 10709606. OLE color: 10709606.
HSL color Cylindrical-coordinate representation of color #666AA3: hue angle of 236.07º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #666AA3 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 106 | 163 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.36 |
| HSL | 236.07º | 0.25% | 0.52% | - |
| HSV(B) | 236.07º | 0.37% | 0.64% | - |
| XYZ | 17.24 | 15.78 | 36.79 | - |
| YUV | 111.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 163 | 0.37 | 0.35 | 0 | 0.36 | 236.07 | 0.25 | 0.52 |
| Hex | 66 | 6A | A3 | 25 | 23 | 0 | 24 | EC | 19 | 34 |
| Octal | 146 | 152 | 243 | 45 | 43 | 0 | 44 | 354 | 31 | 64 |
| Binary | 1100110 | 1101010 | 10100011 | 100101 | 100011 | 0 | 100100 | 11101100 | 11001 | 110100 |
Color Harmonies of #666AA3
Complementary color
Monochromatic Colors of #666AA3
Black with #666AA3
Text Example
Text Example
White with #666AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AA3; }
p { color: rgb(102,106,163); }
H1.HeaderClassName
{
color: #666AA3;
}
.AnyTagClassName
{
color: #666AA3;
}
</style>
background-color css
<style>
a { background-color: #666AA3; }
a { background-color: rgb(102,106,163); }
div.DivClassName
{
background-color: #666AA3;
}
.BgClassName
{
background-color: #666AA3;
}
</style>
border-color css
<style>
span { border-color: #666AA3; }
span { border-color: rgb(102,106,163); }
td.TdClassName
{
border-color: #666AA3;
}
.TagClassName
{
border-color: #666AA3;
}
</style>