Shades of Chetwode Blue #6668A6
Tints of Chetwode Blue #6668A6
RGB
CMYK
RGB Variations
Color information
#6668A6 (or 0x6668A6) is known color: Chetwode Blue. HEX triplet: 66, 68 and A6. RGB value is (102,104,166). Sum of RGB (Red+Green+Blue) = 102+104+166=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 166 (65.23% from 255 or 44.62% from 372); Max value from RGB is 166 - color contains mainly: blue. Hex color #6668A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6668A6 is #999759. Grayscale: #6E6E6E. Windows color (decimal): -10065754 or 10905702. OLE color: 10905702.
HSL color Cylindrical-coordinate representation of color #6668A6: hue angle of 238.12º 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 #6668A6 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 104 | 166 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.35 |
| HSL | 238.13º | 0.26% | 0.53% | - |
| HSV(B) | 238.13º | 0.39% | 0.65% | - |
| XYZ | 17.31 | 15.48 | 38.15 | - |
| YUV | 110.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 166 | 0.39 | 0.37 | 0 | 0.35 | 238.13 | 0.26 | 0.53 |
| Hex | 66 | 68 | A6 | 27 | 25 | 0 | 23 | EE | 1A | 35 |
| Octal | 146 | 150 | 246 | 47 | 45 | 0 | 43 | 356 | 32 | 65 |
| Binary | 1100110 | 1101000 | 10100110 | 100111 | 100101 | 0 | 100011 | 11101110 | 11010 | 110101 |
Color Harmonies of #6668A6
Complementary color
Monochromatic Colors of #6668A6
Black with #6668A6
Text Example
Text Example
White with #6668A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6668A6; }
p { color: rgb(102,104,166); }
H1.HeaderClassName
{
color: #6668A6;
}
.AnyTagClassName
{
color: #6668A6;
}
</style>
background-color css
<style>
a { background-color: #6668A6; }
a { background-color: rgb(102,104,166); }
div.DivClassName
{
background-color: #6668A6;
}
.BgClassName
{
background-color: #6668A6;
}
</style>
border-color css
<style>
span { border-color: #6668A6; }
span { border-color: rgb(102,104,166); }
td.TdClassName
{
border-color: #6668A6;
}
.TagClassName
{
border-color: #6668A6;
}
</style>