Shades of Keppel #6CBC9D
Tints of Keppel #6CBC9D
RGB
CMYK
RGB Variations
Color information
#6CBC9D (or 0x6CBC9D) is known color: Keppel. HEX triplet: 6C, BC and 9D. RGB value is (108,188,157). Sum of RGB (Red+Green+Blue) = 108+188+157=453 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.84% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBC9D is #934362. Grayscale: #A0A0A0. Windows color (decimal): -9651043 or 10337388. OLE color: 10337388.
HSL color Cylindrical-coordinate representation of color #6CBC9D: hue angle of 156.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBC9D is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 157 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.26 |
| HSL | 156.75º | 0.37% | 0.58% | - |
| HSV(B) | 156.75º | 0.43% | 0.74% | - |
| XYZ | 30.25 | 41.59 | 38.33 | - |
| YUV | 160.55 | 126 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 157 | 0.43 | 0 | 0.16 | 0.26 | 156.75 | 0.37 | 0.58 |
| Hex | 6C | BC | 9D | 2B | 0 | 10 | 1A | 9D | 25 | 3A |
| Octal | 154 | 274 | 235 | 53 | 0 | 20 | 32 | 235 | 45 | 72 |
| Binary | 1101100 | 10111100 | 10011101 | 101011 | 0 | 10000 | 11010 | 10011101 | 100101 | 111010 |
Color Harmonies of #6CBC9D
Complementary color
Monochromatic Colors of #6CBC9D
Black with #6CBC9D
Text Example
Text Example
White with #6CBC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC9D; }
p { color: rgb(108,188,157); }
H1.HeaderClassName
{
color: #6CBC9D;
}
.AnyTagClassName
{
color: #6CBC9D;
}
</style>
background-color css
<style>
a { background-color: #6CBC9D; }
a { background-color: rgb(108,188,157); }
div.DivClassName
{
background-color: #6CBC9D;
}
.BgClassName
{
background-color: #6CBC9D;
}
</style>
border-color css
<style>
span { border-color: #6CBC9D; }
span { border-color: rgb(108,188,157); }
td.TdClassName
{
border-color: #6CBC9D;
}
.TagClassName
{
border-color: #6CBC9D;
}
</style>