Shades of Keppel #69B09A
Tints of Keppel #69B09A
RGB
CMYK
RGB Variations
Color information
#69B09A (or 0x69B09A) is known color: Keppel. HEX triplet: 69, B0 and 9A. RGB value is (105,176,154). Sum of RGB (Red+Green+Blue) = 105+176+154=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #69B09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B09A is #964F65. Grayscale: #989898. Windows color (decimal): -9850726 or 10137705. OLE color: 10137705.
HSL color Cylindrical-coordinate representation of color #69B09A: hue angle of 161.41º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69B09A is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 176 | 154 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.31 |
| HSL | 161.41º | 0.31% | 0.55% | - |
| HSV(B) | 161.41º | 0.4% | 0.69% | - |
| XYZ | 27.18 | 36.39 | 36.16 | - |
| YUV | 152.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 176 | 154 | 0.40 | 0 | 0.12 | 0.31 | 161.41 | 0.31 | 0.55 |
| Hex | 69 | B0 | 9A | 28 | 0 | C | 1F | A1 | 1F | 37 |
| Octal | 151 | 260 | 232 | 50 | 0 | 14 | 37 | 241 | 37 | 67 |
| Binary | 1101001 | 10110000 | 10011010 | 101000 | 0 | 1100 | 11111 | 10100001 | 11111 | 110111 |
Color Harmonies of #69B09A
Complementary color
Monochromatic Colors of #69B09A
Black with #69B09A
Text Example
Text Example
White with #69B09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B09A; }
p { color: rgb(105,176,154); }
H1.HeaderClassName
{
color: #69B09A;
}
.AnyTagClassName
{
color: #69B09A;
}
</style>
background-color css
<style>
a { background-color: #69B09A; }
a { background-color: rgb(105,176,154); }
div.DivClassName
{
background-color: #69B09A;
}
.BgClassName
{
background-color: #69B09A;
}
</style>
border-color css
<style>
span { border-color: #69B09A; }
span { border-color: rgb(105,176,154); }
td.TdClassName
{
border-color: #69B09A;
}
.TagClassName
{
border-color: #69B09A;
}
</style>