Shades of Keppel #6BAD9B
Tints of Keppel #6BAD9B
RGB
CMYK
RGB Variations
Color information
#6BAD9B (or 0x6BAD9B) is known color: Keppel. HEX triplet: 6B, AD and 9B. RGB value is (107,173,155). Sum of RGB (Red+Green+Blue) = 107+173+155=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAD9B is #945264. Grayscale: #979797. Windows color (decimal): -9720421 or 10202475. OLE color: 10202475.
HSL color Cylindrical-coordinate representation of color #6BAD9B: hue angle of 163.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAD9B is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 173 | 155 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.32 |
| HSL | 163.64º | 0.29% | 0.55% | - |
| HSV(B) | 163.64º | 0.38% | 0.68% | - |
| XYZ | 26.92 | 35.38 | 36.42 | - |
| YUV | 151.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 155 | 0.38 | 0 | 0.10 | 0.32 | 163.64 | 0.29 | 0.55 |
| Hex | 6B | AD | 9B | 26 | 0 | A | 20 | A4 | 1D | 37 |
| Octal | 153 | 255 | 233 | 46 | 0 | 12 | 40 | 244 | 35 | 67 |
| Binary | 1101011 | 10101101 | 10011011 | 100110 | 0 | 1010 | 100000 | 10100100 | 11101 | 110111 |
Color Harmonies of #6BAD9B
Complementary color
Monochromatic Colors of #6BAD9B
Black with #6BAD9B
Text Example
Text Example
White with #6BAD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAD9B; }
p { color: rgb(107,173,155); }
H1.HeaderClassName
{
color: #6BAD9B;
}
.AnyTagClassName
{
color: #6BAD9B;
}
</style>
background-color css
<style>
a { background-color: #6BAD9B; }
a { background-color: rgb(107,173,155); }
div.DivClassName
{
background-color: #6BAD9B;
}
.BgClassName
{
background-color: #6BAD9B;
}
</style>
border-color css
<style>
span { border-color: #6BAD9B; }
span { border-color: rgb(107,173,155); }
td.TdClassName
{
border-color: #6BAD9B;
}
.TagClassName
{
border-color: #6BAD9B;
}
</style>