Shades of Keppel #68B69C
Tints of Keppel #68B69C
RGB
CMYK
RGB Variations
Color information
#68B69C (or 0x68B69C) is known color: Keppel. HEX triplet: 68, B6 and 9C. RGB value is (104,182,156). Sum of RGB (Red+Green+Blue) = 104+182+156=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #68B69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B69C is #974963. Grayscale: #9B9B9B. Windows color (decimal): -9914724 or 10270312. OLE color: 10270312.
HSL color Cylindrical-coordinate representation of color #68B69C: hue angle of 160º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B69C is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 182 | 156 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.29 |
| HSL | 160º | 0.35% | 0.56% | - |
| HSV(B) | 160º | 0.43% | 0.71% | - |
| XYZ | 28.44 | 38.8 | 37.44 | - |
| YUV | 155.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 182 | 156 | 0.43 | 0 | 0.14 | 0.29 | 160 | 0.35 | 0.56 |
| Hex | 68 | B6 | 9C | 2B | 0 | E | 1D | A0 | 23 | 38 |
| Octal | 150 | 266 | 234 | 53 | 0 | 16 | 35 | 240 | 43 | 70 |
| Binary | 1101000 | 10110110 | 10011100 | 101011 | 0 | 1110 | 11101 | 10100000 | 100011 | 111000 |
Color Harmonies of #68B69C
Complementary color
Monochromatic Colors of #68B69C
Black with #68B69C
Text Example
Text Example
White with #68B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B69C; }
p { color: rgb(104,182,156); }
H1.HeaderClassName
{
color: #68B69C;
}
.AnyTagClassName
{
color: #68B69C;
}
</style>
background-color css
<style>
a { background-color: #68B69C; }
a { background-color: rgb(104,182,156); }
div.DivClassName
{
background-color: #68B69C;
}
.BgClassName
{
background-color: #68B69C;
}
</style>
border-color css
<style>
span { border-color: #68B69C; }
span { border-color: rgb(104,182,156); }
td.TdClassName
{
border-color: #68B69C;
}
.TagClassName
{
border-color: #68B69C;
}
</style>