Shades of Chetwode Blue #666FA3
Tints of Chetwode Blue #666FA3
RGB
CMYK
RGB Variations
Color information
#666FA3 (or 0x666FA3) is known color: Chetwode Blue. HEX triplet: 66, 6F and A3. RGB value is (102,111,163). Sum of RGB (Red+Green+Blue) = 102+111+163=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 163 - color contains mainly: blue. Hex color #666FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666FA3 is #99905C. Grayscale: #727272. Windows color (decimal): -10063965 or 10710886. OLE color: 10710886.
HSL color Cylindrical-coordinate representation of color #666FA3: hue angle of 231.15º 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 #666FA3 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 111 | 163 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.36 |
| HSL | 231.15º | 0.25% | 0.52% | - |
| HSV(B) | 231.15º | 0.37% | 0.64% | - |
| XYZ | 17.77 | 16.84 | 36.96 | - |
| YUV | 114.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 163 | 0.37 | 0.32 | 0 | 0.36 | 231.15 | 0.25 | 0.52 |
| Hex | 66 | 6F | A3 | 25 | 20 | 0 | 24 | E7 | 19 | 34 |
| Octal | 146 | 157 | 243 | 45 | 40 | 0 | 44 | 347 | 31 | 64 |
| Binary | 1100110 | 1101111 | 10100011 | 100101 | 100000 | 0 | 100100 | 11100111 | 11001 | 110100 |
Color Harmonies of #666FA3
Complementary color
Monochromatic Colors of #666FA3
Black with #666FA3
Text Example
Text Example
White with #666FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FA3; }
p { color: rgb(102,111,163); }
H1.HeaderClassName
{
color: #666FA3;
}
.AnyTagClassName
{
color: #666FA3;
}
</style>
background-color css
<style>
a { background-color: #666FA3; }
a { background-color: rgb(102,111,163); }
div.DivClassName
{
background-color: #666FA3;
}
.BgClassName
{
background-color: #666FA3;
}
</style>
border-color css
<style>
span { border-color: #666FA3; }
span { border-color: rgb(102,111,163); }
td.TdClassName
{
border-color: #666FA3;
}
.TagClassName
{
border-color: #666FA3;
}
</style>