Shades of Keppel #6AAA99
Tints of Keppel #6AAA99
RGB
CMYK
RGB Variations
Color information
#6AAA99 (or 0x6AAA99) is known color: Keppel. HEX triplet: 6A, AA and 99. RGB value is (106,170,153). Sum of RGB (Red+Green+Blue) = 106+170+153=429 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.71% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA99 is #955566. Grayscale: #949494. Windows color (decimal): -9786727 or 10070634. OLE color: 10070634.
HSL color Cylindrical-coordinate representation of color #6AAA99: hue angle of 164.06º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAA99 is Cyan = 0.38, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 153 | - |
| CMYK | 0.38 | 0 | 0.1 | 0.33 |
| HSL | 164.06º | 0.27% | 0.54% | - |
| HSV(B) | 164.06º | 0.38% | 0.67% | - |
| XYZ | 26.07 | 34.11 | 35.35 | - |
| YUV | 148.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 153 | 0.38 | 0 | 0.1 | 0.33 | 164.06 | 0.27 | 0.54 |
| Hex | 6A | AA | 99 | 26 | 0 | A | 21 | A4 | 1B | 36 |
| Octal | 152 | 252 | 231 | 46 | 0 | 12 | 41 | 244 | 33 | 66 |
| Binary | 1101010 | 10101010 | 10011001 | 100110 | 0 | 1010 | 100001 | 10100100 | 11011 | 110110 |
Color Harmonies of #6AAA99
Complementary color
Monochromatic Colors of #6AAA99
Black with #6AAA99
Text Example
Text Example
White with #6AAA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA99; }
p { color: rgb(106,170,153); }
H1.HeaderClassName
{
color: #6AAA99;
}
.AnyTagClassName
{
color: #6AAA99;
}
</style>
background-color css
<style>
a { background-color: #6AAA99; }
a { background-color: rgb(106,170,153); }
div.DivClassName
{
background-color: #6AAA99;
}
.BgClassName
{
background-color: #6AAA99;
}
</style>
border-color css
<style>
span { border-color: #6AAA99; }
span { border-color: rgb(106,170,153); }
td.TdClassName
{
border-color: #6AAA99;
}
.TagClassName
{
border-color: #6AAA99;
}
</style>