Shades of Chetwode Blue #6669AE
Tints of Chetwode Blue #6669AE
RGB
CMYK
RGB Variations
Color information
#6669AE (or 0x6669AE) is known color: Chetwode Blue. HEX triplet: 66, 69 and AE. RGB value is (102,105,174). Sum of RGB (Red+Green+Blue) = 102+105+174=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #6669AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6669AE is #999651. Grayscale: #6F6F6F. Windows color (decimal): -10065490 or 11430246. OLE color: 11430246.
HSL color Cylindrical-coordinate representation of color #6669AE: hue angle of 237.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6669AE is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 105 | 174 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.32 |
| HSL | 237.5º | 0.31% | 0.54% | - |
| HSV(B) | 237.5º | 0.41% | 0.68% | - |
| XYZ | 18.17 | 15.98 | 42.17 | - |
| YUV | 111.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 174 | 0.41 | 0.40 | 0 | 0.32 | 237.5 | 0.31 | 0.54 |
| Hex | 66 | 69 | AE | 29 | 28 | 0 | 20 | EE | 1F | 36 |
| Octal | 146 | 151 | 256 | 51 | 50 | 0 | 40 | 356 | 37 | 66 |
| Binary | 1100110 | 1101001 | 10101110 | 101001 | 101000 | 0 | 100000 | 11101110 | 11111 | 110110 |
Color Harmonies of #6669AE
Complementary color
Monochromatic Colors of #6669AE
Black with #6669AE
Text Example
Text Example
White with #6669AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6669AE; }
p { color: rgb(102,105,174); }
H1.HeaderClassName
{
color: #6669AE;
}
.AnyTagClassName
{
color: #6669AE;
}
</style>
background-color css
<style>
a { background-color: #6669AE; }
a { background-color: rgb(102,105,174); }
div.DivClassName
{
background-color: #6669AE;
}
.BgClassName
{
background-color: #6669AE;
}
</style>
border-color css
<style>
span { border-color: #6669AE; }
span { border-color: rgb(102,105,174); }
td.TdClassName
{
border-color: #6669AE;
}
.TagClassName
{
border-color: #6669AE;
}
</style>