Shades of Keppel #6DBDA2
Tints of Keppel #6DBDA2
RGB
CMYK
RGB Variations
Color information
#6DBDA2 (or 0x6DBDA2) is known color: Keppel. HEX triplet: 6D, BD and A2. RGB value is (109,189,162). Sum of RGB (Red+Green+Blue) = 109+189+162=460 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.70% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBDA2 is #92425D. Grayscale: #A2A2A2. Windows color (decimal): -9585246 or 10665325. OLE color: 10665325.
HSL color Cylindrical-coordinate representation of color #6DBDA2: hue angle of 159.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBDA2 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 162 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.26 |
| HSL | 159.75º | 0.38% | 0.58% | - |
| HSV(B) | 159.75º | 0.42% | 0.74% | - |
| XYZ | 31.03 | 42.26 | 40.7 | - |
| YUV | 162 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 162 | 0.42 | 0 | 0.14 | 0.26 | 159.75 | 0.38 | 0.58 |
| Hex | 6D | BD | A2 | 2A | 0 | E | 1A | A0 | 26 | 3A |
| Octal | 155 | 275 | 242 | 52 | 0 | 16 | 32 | 240 | 46 | 72 |
| Binary | 1101101 | 10111101 | 10100010 | 101010 | 0 | 1110 | 11010 | 10100000 | 100110 | 111010 |
Color Harmonies of #6DBDA2
Complementary color
Monochromatic Colors of #6DBDA2
Black with #6DBDA2
Text Example
Text Example
White with #6DBDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDA2; }
p { color: rgb(109,189,162); }
H1.HeaderClassName
{
color: #6DBDA2;
}
.AnyTagClassName
{
color: #6DBDA2;
}
</style>
background-color css
<style>
a { background-color: #6DBDA2; }
a { background-color: rgb(109,189,162); }
div.DivClassName
{
background-color: #6DBDA2;
}
.BgClassName
{
background-color: #6DBDA2;
}
</style>
border-color css
<style>
span { border-color: #6DBDA2; }
span { border-color: rgb(109,189,162); }
td.TdClassName
{
border-color: #6DBDA2;
}
.TagClassName
{
border-color: #6DBDA2;
}
</style>