Shades of Keppel #69BDA2
Tints of Keppel #69BDA2
RGB
CMYK
RGB Variations
Color information
#69BDA2 (or 0x69BDA2) is known color: Keppel. HEX triplet: 69, BD and A2. RGB value is (105,189,162). Sum of RGB (Red+Green+Blue) = 105+189+162=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #69BDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BDA2 is #96425D. Grayscale: #A0A0A0. Windows color (decimal): -9847390 or 10665321. OLE color: 10665321.
HSL color Cylindrical-coordinate representation of color #69BDA2: hue angle of 160.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BDA2 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 189 | 162 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.26 |
| HSL | 160.71º | 0.39% | 0.58% | - |
| HSV(B) | 160.71º | 0.44% | 0.74% | - |
| XYZ | 30.54 | 42.01 | 40.68 | - |
| YUV | 160.81 | 128.67 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 189 | 162 | 0.44 | 0 | 0.14 | 0.26 | 160.71 | 0.39 | 0.58 |
| Hex | 69 | BD | A2 | 2C | 0 | E | 1A | A1 | 27 | 3A |
| Octal | 151 | 275 | 242 | 54 | 0 | 16 | 32 | 241 | 47 | 72 |
| Binary | 1101001 | 10111101 | 10100010 | 101100 | 0 | 1110 | 11010 | 10100001 | 100111 | 111010 |
Color Harmonies of #69BDA2
Complementary color
Monochromatic Colors of #69BDA2
Black with #69BDA2
Text Example
Text Example
White with #69BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BDA2; }
p { color: rgb(105,189,162); }
H1.HeaderClassName
{
color: #69BDA2;
}
.AnyTagClassName
{
color: #69BDA2;
}
</style>
background-color css
<style>
a { background-color: #69BDA2; }
a { background-color: rgb(105,189,162); }
div.DivClassName
{
background-color: #69BDA2;
}
.BgClassName
{
background-color: #69BDA2;
}
</style>
border-color css
<style>
span { border-color: #69BDA2; }
span { border-color: rgb(105,189,162); }
td.TdClassName
{
border-color: #69BDA2;
}
.TagClassName
{
border-color: #69BDA2;
}
</style>