Shades of Keppel #6FBCA0
Tints of Keppel #6FBCA0
RGB
CMYK
RGB Variations
Color information
#6FBCA0 (or 0x6FBCA0) is known color: Keppel. HEX triplet: 6F, BC and A0. RGB value is (111,188,160). Sum of RGB (Red+Green+Blue) = 111+188+160=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBCA0 is #90435F. Grayscale: #A1A1A1. Windows color (decimal): -9454432 or 10533999. OLE color: 10533999.
HSL color Cylindrical-coordinate representation of color #6FBCA0: hue angle of 158.18º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBCA0 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
RGB | 111 | 188 | 160 | - |
CMYK | 0.41 | 0 | 0.15 | 0.26 |
HSL | 158.18º | 0.36% | 0.59% | - |
HSV(B) | 158.18º | 0.41% | 0.74% | - |
XYZ | 30.88 | 41.88 | 39.71 | - |
YUV | 161.79 | 126.99 | 91.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 188 | 160 | 0.41 | 0 | 0.15 | 0.26 | 158.18 | 0.36 | 0.59 |
Hex | 6F | BC | A0 | 29 | 0 | F | 1A | 9E | 24 | 3B |
Octal | 157 | 274 | 240 | 51 | 0 | 17 | 32 | 236 | 44 | 73 |
Binary | 1101111 | 10111100 | 10100000 | 101001 | 0 | 1111 | 11010 | 10011110 | 100100 | 111011 |
Color Harmonies of #6FBCA0
Complementary color
Monochromatic Colors of #6FBCA0
Black with #6FBCA0
Text Example
Text Example
White with #6FBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCA0; }
p { color: rgb(111,188,160); }
H1.HeaderClassName
{
color: #6FBCA0;
}
.AnyTagClassName
{
color: #6FBCA0;
}
</style>
background-color css
<style>
a { background-color: #6FBCA0; }
a { background-color: rgb(111,188,160); }
div.DivClassName
{
background-color: #6FBCA0;
}
.BgClassName
{
background-color: #6FBCA0;
}
</style>
border-color css
<style>
span { border-color: #6FBCA0; }
span { border-color: rgb(111,188,160); }
td.TdClassName
{
border-color: #6FBCA0;
}
.TagClassName
{
border-color: #6FBCA0;
}
</style>