Shades of Chetwode Blue #6672AE
Tints of Chetwode Blue #6672AE
RGB
CMYK
RGB Variations
Color information
#6672AE (or 0x6672AE) is known color: Chetwode Blue. HEX triplet: 66, 72 and AE. RGB value is (102,114,174). Sum of RGB (Red+Green+Blue) = 102+114+174=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #6672AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6672AE is #998D51. Grayscale: #747474. Windows color (decimal): -10063186 or 11432550. OLE color: 11432550.
HSL color Cylindrical-coordinate representation of color #6672AE: hue angle of 230º 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 #6672AE is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 114 | 174 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.32 |
| HSL | 230º | 0.31% | 0.54% | - |
| HSV(B) | 230º | 0.41% | 0.68% | - |
| XYZ | 19.14 | 17.92 | 42.49 | - |
| YUV | 117.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 174 | 0.41 | 0.34 | 0 | 0.32 | 230 | 0.31 | 0.54 |
| Hex | 66 | 72 | AE | 29 | 22 | 0 | 20 | E6 | 1F | 36 |
| Octal | 146 | 162 | 256 | 51 | 42 | 0 | 40 | 346 | 37 | 66 |
| Binary | 1100110 | 1110010 | 10101110 | 101001 | 100010 | 0 | 100000 | 11100110 | 11111 | 110110 |
Color Harmonies of #6672AE
Complementary color
Monochromatic Colors of #6672AE
Black with #6672AE
Text Example
Text Example
White with #6672AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6672AE; }
p { color: rgb(102,114,174); }
H1.HeaderClassName
{
color: #6672AE;
}
.AnyTagClassName
{
color: #6672AE;
}
</style>
background-color css
<style>
a { background-color: #6672AE; }
a { background-color: rgb(102,114,174); }
div.DivClassName
{
background-color: #6672AE;
}
.BgClassName
{
background-color: #6672AE;
}
</style>
border-color css
<style>
span { border-color: #6672AE; }
span { border-color: rgb(102,114,174); }
td.TdClassName
{
border-color: #6672AE;
}
.TagClassName
{
border-color: #6672AE;
}
</style>