Shades of Keppel #6FBDA3
Tints of Keppel #6FBDA3
RGB
CMYK
RGB Variations
Color information
#6FBDA3 (or 0x6FBDA3) is known color: Keppel. HEX triplet: 6F, BD and A3. RGB value is (111,189,163). Sum of RGB (Red+Green+Blue) = 111+189+163=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBDA3 is #90425C. Grayscale: #A2A2A2. Windows color (decimal): -9454173 or 10730863. OLE color: 10730863.
HSL color Cylindrical-coordinate representation of color #6FBDA3: hue angle of 160º degrees, saturation: 0.37, 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 #6FBDA3 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 189 | 163 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.26 |
| HSL | 160º | 0.37% | 0.59% | - |
| HSV(B) | 160º | 0.41% | 0.74% | - |
| XYZ | 31.36 | 42.42 | 41.18 | - |
| YUV | 162.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 163 | 0.41 | 0 | 0.14 | 0.26 | 160 | 0.37 | 0.59 |
| Hex | 6F | BD | A3 | 29 | 0 | E | 1A | A0 | 25 | 3B |
| Octal | 157 | 275 | 243 | 51 | 0 | 16 | 32 | 240 | 45 | 73 |
| Binary | 1101111 | 10111101 | 10100011 | 101001 | 0 | 1110 | 11010 | 10100000 | 100101 | 111011 |
Color Harmonies of #6FBDA3
Complementary color
Monochromatic Colors of #6FBDA3
Black with #6FBDA3
Text Example
Text Example
White with #6FBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBDA3; }
p { color: rgb(111,189,163); }
H1.HeaderClassName
{
color: #6FBDA3;
}
.AnyTagClassName
{
color: #6FBDA3;
}
</style>
background-color css
<style>
a { background-color: #6FBDA3; }
a { background-color: rgb(111,189,163); }
div.DivClassName
{
background-color: #6FBDA3;
}
.BgClassName
{
background-color: #6FBDA3;
}
</style>
border-color css
<style>
span { border-color: #6FBDA3; }
span { border-color: rgb(111,189,163); }
td.TdClassName
{
border-color: #6FBDA3;
}
.TagClassName
{
border-color: #6FBDA3;
}
</style>