Shades of Keppel #69B79C
Tints of Keppel #69B79C
RGB
CMYK
RGB Variations
Color information
#69B79C (or 0x69B79C) is known color: Keppel. HEX triplet: 69, B7 and 9C. RGB value is (105,183,156). Sum of RGB (Red+Green+Blue) = 105+183+156=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #69B79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B79C is #964863. Grayscale: #9C9C9C. Windows color (decimal): -9848932 or 10270569. OLE color: 10270569.
HSL color Cylindrical-coordinate representation of color #69B79C: hue angle of 159.23º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B79C is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 183 | 156 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.28 |
| HSL | 159.23º | 0.35% | 0.56% | - |
| HSV(B) | 159.23º | 0.43% | 0.72% | - |
| XYZ | 28.76 | 39.27 | 37.52 | - |
| YUV | 156.6 | 127.66 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 183 | 156 | 0.43 | 0 | 0.15 | 0.28 | 159.23 | 0.35 | 0.56 |
| Hex | 69 | B7 | 9C | 2B | 0 | F | 1C | 9F | 23 | 38 |
| Octal | 151 | 267 | 234 | 53 | 0 | 17 | 34 | 237 | 43 | 70 |
| Binary | 1101001 | 10110111 | 10011100 | 101011 | 0 | 1111 | 11100 | 10011111 | 100011 | 111000 |
Color Harmonies of #69B79C
Complementary color
Monochromatic Colors of #69B79C
Black with #69B79C
Text Example
Text Example
White with #69B79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B79C; }
p { color: rgb(105,183,156); }
H1.HeaderClassName
{
color: #69B79C;
}
.AnyTagClassName
{
color: #69B79C;
}
</style>
background-color css
<style>
a { background-color: #69B79C; }
a { background-color: rgb(105,183,156); }
div.DivClassName
{
background-color: #69B79C;
}
.BgClassName
{
background-color: #69B79C;
}
</style>
border-color css
<style>
span { border-color: #69B79C; }
span { border-color: rgb(105,183,156); }
td.TdClassName
{
border-color: #69B79C;
}
.TagClassName
{
border-color: #69B79C;
}
</style>