Shades of Chetwode Blue #6675AB
Tints of Chetwode Blue #6675AB
RGB
CMYK
RGB Variations
Color information
#6675AB (or 0x6675AB) is known color: Chetwode Blue. HEX triplet: 66, 75 and AB. RGB value is (102,117,171). Sum of RGB (Red+Green+Blue) = 102+117+171=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #6675AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6675AB is #998A54. Grayscale: #767676. Windows color (decimal): -10062421 or 11236710. OLE color: 11236710.
HSL color Cylindrical-coordinate representation of color #6675AB: hue angle of 226.96º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6675AB is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 117 | 171 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.33 |
| HSL | 226.96º | 0.29% | 0.54% | - |
| HSV(B) | 226.96º | 0.4% | 0.67% | - |
| XYZ | 19.19 | 18.49 | 41.09 | - |
| YUV | 118.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 171 | 0.40 | 0.32 | 0 | 0.33 | 226.96 | 0.29 | 0.54 |
| Hex | 66 | 75 | AB | 28 | 20 | 0 | 21 | E3 | 1D | 36 |
| Octal | 146 | 165 | 253 | 50 | 40 | 0 | 41 | 343 | 35 | 66 |
| Binary | 1100110 | 1110101 | 10101011 | 101000 | 100000 | 0 | 100001 | 11100011 | 11101 | 110110 |
Color Harmonies of #6675AB
Complementary color
Monochromatic Colors of #6675AB
Black with #6675AB
Text Example
Text Example
White with #6675AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6675AB; }
p { color: rgb(102,117,171); }
H1.HeaderClassName
{
color: #6675AB;
}
.AnyTagClassName
{
color: #6675AB;
}
</style>
background-color css
<style>
a { background-color: #6675AB; }
a { background-color: rgb(102,117,171); }
div.DivClassName
{
background-color: #6675AB;
}
.BgClassName
{
background-color: #6675AB;
}
</style>
border-color css
<style>
span { border-color: #6675AB; }
span { border-color: rgb(102,117,171); }
td.TdClassName
{
border-color: #6675AB;
}
.TagClassName
{
border-color: #6675AB;
}
</style>