Shades of Keppel #6CBE9F
Tints of Keppel #6CBE9F
RGB
CMYK
RGB Variations
Color information
#6CBE9F (or 0x6CBE9F) is known color: Keppel. HEX triplet: 6C, BE and 9F. RGB value is (108,190,159). Sum of RGB (Red+Green+Blue) = 108+190+159=457 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.63% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBE9F is #934160. Grayscale: #A1A1A1. Windows color (decimal): -9650529 or 10468972. OLE color: 10468972.
HSL color Cylindrical-coordinate representation of color #6CBE9F: hue angle of 157.32º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBE9F is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 190 | 159 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.25 |
| HSL | 157.32º | 0.39% | 0.58% | - |
| HSV(B) | 157.32º | 0.43% | 0.75% | - |
| XYZ | 30.86 | 42.52 | 39.38 | - |
| YUV | 161.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 190 | 159 | 0.43 | 0 | 0.16 | 0.25 | 157.32 | 0.39 | 0.58 |
| Hex | 6C | BE | 9F | 2B | 0 | 10 | 19 | 9D | 27 | 3A |
| Octal | 154 | 276 | 237 | 53 | 0 | 20 | 31 | 235 | 47 | 72 |
| Binary | 1101100 | 10111110 | 10011111 | 101011 | 0 | 10000 | 11001 | 10011101 | 100111 | 111010 |
Color Harmonies of #6CBE9F
Complementary color
Monochromatic Colors of #6CBE9F
Black with #6CBE9F
Text Example
Text Example
White with #6CBE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBE9F; }
p { color: rgb(108,190,159); }
H1.HeaderClassName
{
color: #6CBE9F;
}
.AnyTagClassName
{
color: #6CBE9F;
}
</style>
background-color css
<style>
a { background-color: #6CBE9F; }
a { background-color: rgb(108,190,159); }
div.DivClassName
{
background-color: #6CBE9F;
}
.BgClassName
{
background-color: #6CBE9F;
}
</style>
border-color css
<style>
span { border-color: #6CBE9F; }
span { border-color: rgb(108,190,159); }
td.TdClassName
{
border-color: #6CBE9F;
}
.TagClassName
{
border-color: #6CBE9F;
}
</style>