Shades of Chetwode Blue #6669A0
Tints of Chetwode Blue #6669A0
RGB
CMYK
RGB Variations
Color information
#6669A0 (or 0x6669A0) is known color: Chetwode Blue. HEX triplet: 66, 69 and A0. RGB value is (102,105,160). Sum of RGB (Red+Green+Blue) = 102+105+160=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 160 - color contains mainly: blue. Hex color #6669A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6669A0 is #99965F. Grayscale: #6E6E6E. Windows color (decimal): -10065504 or 10512742. OLE color: 10512742.
HSL color Cylindrical-coordinate representation of color #6669A0: hue angle of 236.9º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6669A0 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 105 | 160 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.37 |
| HSL | 236.9º | 0.23% | 0.51% | - |
| HSV(B) | 236.9º | 0.36% | 0.63% | - |
| XYZ | 16.88 | 15.47 | 35.35 | - |
| YUV | 110.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 160 | 0.36 | 0.34 | 0 | 0.37 | 236.9 | 0.23 | 0.51 |
| Hex | 66 | 69 | A0 | 24 | 22 | 0 | 25 | ED | 17 | 33 |
| Octal | 146 | 151 | 240 | 44 | 42 | 0 | 45 | 355 | 27 | 63 |
| Binary | 1100110 | 1101001 | 10100000 | 100100 | 100010 | 0 | 100101 | 11101101 | 10111 | 110011 |
Color Harmonies of #6669A0
Complementary color
Monochromatic Colors of #6669A0
Black with #6669A0
Text Example
Text Example
White with #6669A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6669A0; }
p { color: rgb(102,105,160); }
H1.HeaderClassName
{
color: #6669A0;
}
.AnyTagClassName
{
color: #6669A0;
}
</style>
background-color css
<style>
a { background-color: #6669A0; }
a { background-color: rgb(102,105,160); }
div.DivClassName
{
background-color: #6669A0;
}
.BgClassName
{
background-color: #6669A0;
}
</style>
border-color css
<style>
span { border-color: #6669A0; }
span { border-color: rgb(102,105,160); }
td.TdClassName
{
border-color: #6669A0;
}
.TagClassName
{
border-color: #6669A0;
}
</style>