Shades of Chetwode Blue #6672A6
Tints of Chetwode Blue #6672A6
RGB
CMYK
RGB Variations
Color information
#6672A6 (or 0x6672A6) is known color: Chetwode Blue. HEX triplet: 66, 72 and A6. RGB value is (102,114,166). Sum of RGB (Red+Green+Blue) = 102+114+166=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 166 - color contains mainly: blue. Hex color #6672A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6672A6 is #998D59. Grayscale: #747474. Windows color (decimal): -10063194 or 10908262. OLE color: 10908262.
HSL color Cylindrical-coordinate representation of color #6672A6: hue angle of 228.75º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6672A6 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 114 | 166 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.35 |
| HSL | 228.75º | 0.26% | 0.53% | - |
| HSV(B) | 228.75º | 0.39% | 0.65% | - |
| XYZ | 18.38 | 17.61 | 38.51 | - |
| YUV | 116.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 166 | 0.39 | 0.31 | 0 | 0.35 | 228.75 | 0.26 | 0.53 |
| Hex | 66 | 72 | A6 | 27 | 1F | 0 | 23 | E5 | 1A | 35 |
| Octal | 146 | 162 | 246 | 47 | 37 | 0 | 43 | 345 | 32 | 65 |
| Binary | 1100110 | 1110010 | 10100110 | 100111 | 11111 | 0 | 100011 | 11100101 | 11010 | 110101 |
Color Harmonies of #6672A6
Complementary color
Monochromatic Colors of #6672A6
Black with #6672A6
Text Example
Text Example
White with #6672A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6672A6; }
p { color: rgb(102,114,166); }
H1.HeaderClassName
{
color: #6672A6;
}
.AnyTagClassName
{
color: #6672A6;
}
</style>
background-color css
<style>
a { background-color: #6672A6; }
a { background-color: rgb(102,114,166); }
div.DivClassName
{
background-color: #6672A6;
}
.BgClassName
{
background-color: #6672A6;
}
</style>
border-color css
<style>
span { border-color: #6672A6; }
span { border-color: rgb(102,114,166); }
td.TdClassName
{
border-color: #6672A6;
}
.TagClassName
{
border-color: #6672A6;
}
</style>