Shades of Keppel #69B6A1
Tints of Keppel #69B6A1
RGB
CMYK
RGB Variations
Color information
#69B6A1 (or 0x69B6A1) is known color: Keppel. HEX triplet: 69, B6 and A1. RGB value is (105,182,161). Sum of RGB (Red+Green+Blue) = 105+182+161=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #69B6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B6A1 is #96495E. Grayscale: #9C9C9C. Windows color (decimal): -9849183 or 10597993. OLE color: 10597993.
HSL color Cylindrical-coordinate representation of color #69B6A1: hue angle of 163.64º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B6A1 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 182 | 161 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.29 |
| HSL | 163.64º | 0.35% | 0.56% | - |
| HSV(B) | 163.64º | 0.42% | 0.71% | - |
| XYZ | 28.99 | 39.03 | 39.72 | - |
| YUV | 156.58 | 130.49 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 182 | 161 | 0.42 | 0 | 0.12 | 0.29 | 163.64 | 0.35 | 0.56 |
| Hex | 69 | B6 | A1 | 2A | 0 | C | 1D | A4 | 23 | 38 |
| Octal | 151 | 266 | 241 | 52 | 0 | 14 | 35 | 244 | 43 | 70 |
| Binary | 1101001 | 10110110 | 10100001 | 101010 | 0 | 1100 | 11101 | 10100100 | 100011 | 111000 |
Color Harmonies of #69B6A1
Complementary color
Monochromatic Colors of #69B6A1
Black with #69B6A1
Text Example
Text Example
White with #69B6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B6A1; }
p { color: rgb(105,182,161); }
H1.HeaderClassName
{
color: #69B6A1;
}
.AnyTagClassName
{
color: #69B6A1;
}
</style>
background-color css
<style>
a { background-color: #69B6A1; }
a { background-color: rgb(105,182,161); }
div.DivClassName
{
background-color: #69B6A1;
}
.BgClassName
{
background-color: #69B6A1;
}
</style>
border-color css
<style>
span { border-color: #69B6A1; }
span { border-color: rgb(105,182,161); }
td.TdClassName
{
border-color: #69B6A1;
}
.TagClassName
{
border-color: #69B6A1;
}
</style>