Shades of Keppel #6CBEA0
Tints of Keppel #6CBEA0
RGB
CMYK
RGB Variations
Color information
#6CBEA0 (or 0x6CBEA0) is known color: Keppel. HEX triplet: 6C, BE and A0. RGB value is (108,190,160). Sum of RGB (Red+Green+Blue) = 108+190+160=458 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.58% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBEA0 is #93415F. Grayscale: #A2A2A2. Windows color (decimal): -9650528 or 10534508. OLE color: 10534508.
HSL color Cylindrical-coordinate representation of color #6CBEA0: hue angle of 158.05º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBEA0 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 190 | 160 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.25 |
| HSL | 158.05º | 0.39% | 0.58% | - |
| HSV(B) | 158.05º | 0.43% | 0.75% | - |
| XYZ | 30.94 | 42.55 | 39.84 | - |
| YUV | 162.06 | 126.83 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 190 | 160 | 0.43 | 0 | 0.16 | 0.25 | 158.05 | 0.39 | 0.58 |
| Hex | 6C | BE | A0 | 2B | 0 | 10 | 19 | 9E | 27 | 3A |
| Octal | 154 | 276 | 240 | 53 | 0 | 20 | 31 | 236 | 47 | 72 |
| Binary | 1101100 | 10111110 | 10100000 | 101011 | 0 | 10000 | 11001 | 10011110 | 100111 | 111010 |
Color Harmonies of #6CBEA0
Complementary color
Monochromatic Colors of #6CBEA0
Black with #6CBEA0
Text Example
Text Example
White with #6CBEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBEA0; }
p { color: rgb(108,190,160); }
H1.HeaderClassName
{
color: #6CBEA0;
}
.AnyTagClassName
{
color: #6CBEA0;
}
</style>
background-color css
<style>
a { background-color: #6CBEA0; }
a { background-color: rgb(108,190,160); }
div.DivClassName
{
background-color: #6CBEA0;
}
.BgClassName
{
background-color: #6CBEA0;
}
</style>
border-color css
<style>
span { border-color: #6CBEA0; }
span { border-color: rgb(108,190,160); }
td.TdClassName
{
border-color: #6CBEA0;
}
.TagClassName
{
border-color: #6CBEA0;
}
</style>