Shades of Chetwode Blue #666CAF
Tints of Chetwode Blue #666CAF
RGB
CMYK
RGB Variations
Color information
#666CAF (or 0x666CAF) is known color: Chetwode Blue. HEX triplet: 66, 6C and AF. RGB value is (102,108,175). Sum of RGB (Red+Green+Blue) = 102+108+175=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #666CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666CAF is #999350. Grayscale: #717171. Windows color (decimal): -10064721 or 11496550. OLE color: 11496550.
HSL color Cylindrical-coordinate representation of color #666CAF: hue angle of 235.07º 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 #666CAF is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 108 | 175 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.31 |
| HSL | 235.07º | 0.31% | 0.54% | - |
| HSV(B) | 235.07º | 0.42% | 0.69% | - |
| XYZ | 18.58 | 16.65 | 42.79 | - |
| YUV | 113.84 | 162.51 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 175 | 0.42 | 0.38 | 0 | 0.31 | 235.07 | 0.31 | 0.54 |
| Hex | 66 | 6C | AF | 2A | 26 | 0 | 1F | EB | 1F | 36 |
| Octal | 146 | 154 | 257 | 52 | 46 | 0 | 37 | 353 | 37 | 66 |
| Binary | 1100110 | 1101100 | 10101111 | 101010 | 100110 | 0 | 11111 | 11101011 | 11111 | 110110 |
Color Harmonies of #666CAF
Complementary color
Monochromatic Colors of #666CAF
Black with #666CAF
Text Example
Text Example
White with #666CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CAF; }
p { color: rgb(102,108,175); }
H1.HeaderClassName
{
color: #666CAF;
}
.AnyTagClassName
{
color: #666CAF;
}
</style>
background-color css
<style>
a { background-color: #666CAF; }
a { background-color: rgb(102,108,175); }
div.DivClassName
{
background-color: #666CAF;
}
.BgClassName
{
background-color: #666CAF;
}
</style>
border-color css
<style>
span { border-color: #666CAF; }
span { border-color: rgb(102,108,175); }
td.TdClassName
{
border-color: #666CAF;
}
.TagClassName
{
border-color: #666CAF;
}
</style>