Shades of Keppel #6CBCA2
Tints of Keppel #6CBCA2
RGB
CMYK
RGB Variations
Color information
#6CBCA2 (or 0x6CBCA2) is known color: Keppel. HEX triplet: 6C, BC and A2. RGB value is (108,188,162). Sum of RGB (Red+Green+Blue) = 108+188+162=458 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.58% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBCA2 is #93435D. Grayscale: #A1A1A1. Windows color (decimal): -9651038 or 10665068. OLE color: 10665068.
HSL color Cylindrical-coordinate representation of color #6CBCA2: hue angle of 160.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBCA2 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 162 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.26 |
| HSL | 160.5º | 0.37% | 0.58% | - |
| HSV(B) | 160.5º | 0.43% | 0.74% | - |
| XYZ | 30.69 | 41.76 | 40.63 | - |
| YUV | 161.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 162 | 0.43 | 0 | 0.14 | 0.26 | 160.5 | 0.37 | 0.58 |
| Hex | 6C | BC | A2 | 2B | 0 | E | 1A | A0 | 25 | 3A |
| Octal | 154 | 274 | 242 | 53 | 0 | 16 | 32 | 240 | 45 | 72 |
| Binary | 1101100 | 10111100 | 10100010 | 101011 | 0 | 1110 | 11010 | 10100000 | 100101 | 111010 |
Color Harmonies of #6CBCA2
Complementary color
Monochromatic Colors of #6CBCA2
Black with #6CBCA2
Text Example
Text Example
White with #6CBCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBCA2; }
p { color: rgb(108,188,162); }
H1.HeaderClassName
{
color: #6CBCA2;
}
.AnyTagClassName
{
color: #6CBCA2;
}
</style>
background-color css
<style>
a { background-color: #6CBCA2; }
a { background-color: rgb(108,188,162); }
div.DivClassName
{
background-color: #6CBCA2;
}
.BgClassName
{
background-color: #6CBCA2;
}
</style>
border-color css
<style>
span { border-color: #6CBCA2; }
span { border-color: rgb(108,188,162); }
td.TdClassName
{
border-color: #6CBCA2;
}
.TagClassName
{
border-color: #6CBCA2;
}
</style>