Shades of Keppel #6BAC9B
Tints of Keppel #6BAC9B
RGB
CMYK
RGB Variations
Color information
#6BAC9B (or 0x6BAC9B) is known color: Keppel. HEX triplet: 6B, AC and 9B. RGB value is (107,172,155). Sum of RGB (Red+Green+Blue) = 107+172+155=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAC9B is #945364. Grayscale: #969696. Windows color (decimal): -9720677 or 10202219. OLE color: 10202219.
HSL color Cylindrical-coordinate representation of color #6BAC9B: hue angle of 164.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAC9B is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 155 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.33 |
| HSL | 164.31º | 0.28% | 0.55% | - |
| HSV(B) | 164.31º | 0.38% | 0.67% | - |
| XYZ | 26.73 | 35 | 36.36 | - |
| YUV | 150.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 155 | 0.38 | 0 | 0.10 | 0.33 | 164.31 | 0.28 | 0.55 |
| Hex | 6B | AC | 9B | 26 | 0 | A | 21 | A4 | 1C | 37 |
| Octal | 153 | 254 | 233 | 46 | 0 | 12 | 41 | 244 | 34 | 67 |
| Binary | 1101011 | 10101100 | 10011011 | 100110 | 0 | 1010 | 100001 | 10100100 | 11100 | 110111 |
Color Harmonies of #6BAC9B
Complementary color
Monochromatic Colors of #6BAC9B
Black with #6BAC9B
Text Example
Text Example
White with #6BAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC9B; }
p { color: rgb(107,172,155); }
H1.HeaderClassName
{
color: #6BAC9B;
}
.AnyTagClassName
{
color: #6BAC9B;
}
</style>
background-color css
<style>
a { background-color: #6BAC9B; }
a { background-color: rgb(107,172,155); }
div.DivClassName
{
background-color: #6BAC9B;
}
.BgClassName
{
background-color: #6BAC9B;
}
</style>
border-color css
<style>
span { border-color: #6BAC9B; }
span { border-color: rgb(107,172,155); }
td.TdClassName
{
border-color: #6BAC9B;
}
.TagClassName
{
border-color: #6BAC9B;
}
</style>