Shades of Keppel #6AAD9C
Tints of Keppel #6AAD9C
RGB
CMYK
RGB Variations
Color information
#6AAD9C (or 0x6AAD9C) is known color: Keppel. HEX triplet: 6A, AD and 9C. RGB value is (106,173,156). Sum of RGB (Red+Green+Blue) = 106+173+156=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAD9C is #955263. Grayscale: #979797. Windows color (decimal): -9785956 or 10268010. OLE color: 10268010.
HSL color Cylindrical-coordinate representation of color #6AAD9C: hue angle of 164.78º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAD9C is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 173 | 156 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.32 |
| HSL | 164.78º | 0.29% | 0.55% | - |
| HSV(B) | 164.78º | 0.39% | 0.68% | - |
| XYZ | 26.89 | 35.35 | 36.86 | - |
| YUV | 151.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 156 | 0.39 | 0 | 0.10 | 0.32 | 164.78 | 0.29 | 0.55 |
| Hex | 6A | AD | 9C | 27 | 0 | A | 20 | A5 | 1D | 37 |
| Octal | 152 | 255 | 234 | 47 | 0 | 12 | 40 | 245 | 35 | 67 |
| Binary | 1101010 | 10101101 | 10011100 | 100111 | 0 | 1010 | 100000 | 10100101 | 11101 | 110111 |
Color Harmonies of #6AAD9C
Complementary color
Monochromatic Colors of #6AAD9C
Black with #6AAD9C
Text Example
Text Example
White with #6AAD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAD9C; }
p { color: rgb(106,173,156); }
H1.HeaderClassName
{
color: #6AAD9C;
}
.AnyTagClassName
{
color: #6AAD9C;
}
</style>
background-color css
<style>
a { background-color: #6AAD9C; }
a { background-color: rgb(106,173,156); }
div.DivClassName
{
background-color: #6AAD9C;
}
.BgClassName
{
background-color: #6AAD9C;
}
</style>
border-color css
<style>
span { border-color: #6AAD9C; }
span { border-color: rgb(106,173,156); }
td.TdClassName
{
border-color: #6AAD9C;
}
.TagClassName
{
border-color: #6AAD9C;
}
</style>