Shades of Keppel #6CB49C
Tints of Keppel #6CB49C
RGB
CMYK
RGB Variations
Color information
#6CB49C (or 0x6CB49C) is known color: Keppel. HEX triplet: 6C, B4 and 9C. RGB value is (108,180,156). Sum of RGB (Red+Green+Blue) = 108+180+156=444 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.32% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB49C is #934B63. Grayscale: #9B9B9B. Windows color (decimal): -9653092 or 10269804. OLE color: 10269804.
HSL color Cylindrical-coordinate representation of color #6CB49C: hue angle of 160º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB49C is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 156 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.29 |
| HSL | 160º | 0.32% | 0.56% | - |
| HSV(B) | 160º | 0.4% | 0.71% | - |
| XYZ | 28.51 | 38.23 | 37.33 | - |
| YUV | 155.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 156 | 0.40 | 0 | 0.13 | 0.29 | 160 | 0.32 | 0.56 |
| Hex | 6C | B4 | 9C | 28 | 0 | D | 1D | A0 | 20 | 38 |
| Octal | 154 | 264 | 234 | 50 | 0 | 15 | 35 | 240 | 40 | 70 |
| Binary | 1101100 | 10110100 | 10011100 | 101000 | 0 | 1101 | 11101 | 10100000 | 100000 | 111000 |
Color Harmonies of #6CB49C
Complementary color
Monochromatic Colors of #6CB49C
Black with #6CB49C
Text Example
Text Example
White with #6CB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB49C; }
p { color: rgb(108,180,156); }
H1.HeaderClassName
{
color: #6CB49C;
}
.AnyTagClassName
{
color: #6CB49C;
}
</style>
background-color css
<style>
a { background-color: #6CB49C; }
a { background-color: rgb(108,180,156); }
div.DivClassName
{
background-color: #6CB49C;
}
.BgClassName
{
background-color: #6CB49C;
}
</style>
border-color css
<style>
span { border-color: #6CB49C; }
span { border-color: rgb(108,180,156); }
td.TdClassName
{
border-color: #6CB49C;
}
.TagClassName
{
border-color: #6CB49C;
}
</style>