Shades of Keppel #6BAE9D
Tints of Keppel #6BAE9D
RGB
CMYK
RGB Variations
Color information
#6BAE9D (or 0x6BAE9D) is known color: Keppel. HEX triplet: 6B, AE and 9D. RGB value is (107,174,157). Sum of RGB (Red+Green+Blue) = 107+174+157=438 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.43% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAE9D is #945162. Grayscale: #989898. Windows color (decimal): -9720163 or 10333803. OLE color: 10333803.
HSL color Cylindrical-coordinate representation of color #6BAE9D: 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 #6BAE9D is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 157 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.32 |
| HSL | 164.78º | 0.29% | 0.55% | - |
| HSV(B) | 164.78º | 0.39% | 0.68% | - |
| XYZ | 27.29 | 35.83 | 37.38 | - |
| YUV | 152.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 157 | 0.39 | 0 | 0.10 | 0.32 | 164.78 | 0.29 | 0.55 |
| Hex | 6B | AE | 9D | 27 | 0 | A | 20 | A5 | 1D | 37 |
| Octal | 153 | 256 | 235 | 47 | 0 | 12 | 40 | 245 | 35 | 67 |
| Binary | 1101011 | 10101110 | 10011101 | 100111 | 0 | 1010 | 100000 | 10100101 | 11101 | 110111 |
Color Harmonies of #6BAE9D
Complementary color
Monochromatic Colors of #6BAE9D
Black with #6BAE9D
Text Example
Text Example
White with #6BAE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE9D; }
p { color: rgb(107,174,157); }
H1.HeaderClassName
{
color: #6BAE9D;
}
.AnyTagClassName
{
color: #6BAE9D;
}
</style>
background-color css
<style>
a { background-color: #6BAE9D; }
a { background-color: rgb(107,174,157); }
div.DivClassName
{
background-color: #6BAE9D;
}
.BgClassName
{
background-color: #6BAE9D;
}
</style>
border-color css
<style>
span { border-color: #6BAE9D; }
span { border-color: rgb(107,174,157); }
td.TdClassName
{
border-color: #6BAE9D;
}
.TagClassName
{
border-color: #6BAE9D;
}
</style>