Shades of Chetwode Blue #666BA5
Tints of Chetwode Blue #666BA5
RGB
CMYK
RGB Variations
Color information
#666BA5 (or 0x666BA5) is known color: Chetwode Blue. HEX triplet: 66, 6B and A5. RGB value is (102,107,165). Sum of RGB (Red+Green+Blue) = 102+107+165=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 165 - color contains mainly: blue. Hex color #666BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BA5 is #99945A. Grayscale: #6F6F6F. Windows color (decimal): -10064987 or 10840934. OLE color: 10840934.
HSL color Cylindrical-coordinate representation of color #666BA5: hue angle of 235.24º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #666BA5 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 107 | 165 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.35 |
| HSL | 235.24º | 0.26% | 0.52% | - |
| HSV(B) | 235.24º | 0.38% | 0.65% | - |
| XYZ | 17.53 | 16.06 | 37.77 | - |
| YUV | 112.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 165 | 0.38 | 0.35 | 0 | 0.35 | 235.24 | 0.26 | 0.52 |
| Hex | 66 | 6B | A5 | 26 | 23 | 0 | 23 | EB | 1A | 34 |
| Octal | 146 | 153 | 245 | 46 | 43 | 0 | 43 | 353 | 32 | 64 |
| Binary | 1100110 | 1101011 | 10100101 | 100110 | 100011 | 0 | 100011 | 11101011 | 11010 | 110100 |
Color Harmonies of #666BA5
Complementary color
Monochromatic Colors of #666BA5
Black with #666BA5
Text Example
Text Example
White with #666BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BA5; }
p { color: rgb(102,107,165); }
H1.HeaderClassName
{
color: #666BA5;
}
.AnyTagClassName
{
color: #666BA5;
}
</style>
background-color css
<style>
a { background-color: #666BA5; }
a { background-color: rgb(102,107,165); }
div.DivClassName
{
background-color: #666BA5;
}
.BgClassName
{
background-color: #666BA5;
}
</style>
border-color css
<style>
span { border-color: #666BA5; }
span { border-color: rgb(102,107,165); }
td.TdClassName
{
border-color: #666BA5;
}
.TagClassName
{
border-color: #666BA5;
}
</style>