Shades of Chetwode Blue #666DA7
Tints of Chetwode Blue #666DA7
RGB
CMYK
RGB Variations
Color information
#666DA7 (or 0x666DA7) is known color: Chetwode Blue. HEX triplet: 66, 6D and A7. RGB value is (102,109,167). Sum of RGB (Red+Green+Blue) = 102+109+167=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #666DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666DA7 is #999258. Grayscale: #717171. Windows color (decimal): -10064473 or 10972518. OLE color: 10972518.
HSL color Cylindrical-coordinate representation of color #666DA7: hue angle of 233.54º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #666DA7 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 109 | 167 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.35 |
| HSL | 233.54º | 0.27% | 0.53% | - |
| HSV(B) | 233.54º | 0.39% | 0.65% | - |
| XYZ | 17.92 | 16.55 | 38.81 | - |
| YUV | 113.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 167 | 0.39 | 0.35 | 0 | 0.35 | 233.54 | 0.27 | 0.53 |
| Hex | 66 | 6D | A7 | 27 | 23 | 0 | 23 | EA | 1B | 35 |
| Octal | 146 | 155 | 247 | 47 | 43 | 0 | 43 | 352 | 33 | 65 |
| Binary | 1100110 | 1101101 | 10100111 | 100111 | 100011 | 0 | 100011 | 11101010 | 11011 | 110101 |
Color Harmonies of #666DA7
Complementary color
Monochromatic Colors of #666DA7
Black with #666DA7
Text Example
Text Example
White with #666DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DA7; }
p { color: rgb(102,109,167); }
H1.HeaderClassName
{
color: #666DA7;
}
.AnyTagClassName
{
color: #666DA7;
}
</style>
background-color css
<style>
a { background-color: #666DA7; }
a { background-color: rgb(102,109,167); }
div.DivClassName
{
background-color: #666DA7;
}
.BgClassName
{
background-color: #666DA7;
}
</style>
border-color css
<style>
span { border-color: #666DA7; }
span { border-color: rgb(102,109,167); }
td.TdClassName
{
border-color: #666DA7;
}
.TagClassName
{
border-color: #666DA7;
}
</style>