#6DB49D

Color #6DB49D Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #6DB49D

Tints of Keppel #6DB49D

Color information

#6DB49D (or 0x6DB49D) is unknown color: approx Keppel. HEX triplet: 6D, B4 and 9D. RGB value is (109,180,157). Sum of RGB (Red+Green+Blue) = 109+180+157=446 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.44% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB49D is #924B62. Grayscale: #9C9C9C. Windows color (decimal): -9587555 or 10335341. OLE color: 10335341.

HSL color Cylindrical-coordinate representation of color #6DB49D: hue angle of 160.56º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB49D is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB109180157-
CMYK0.3900.130.29
HSL160.56º32.13%56.67%-
HSV(B)160.56º39.44%70.59%-
XYZ28.7138.3337.78-
YUV156.15128.4894.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 24.44%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=24.44%
G=40.36%
B=35.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091801570.3900.130.29160.5632.1356.67
Hex6DB49D270D1Da12039
Octal15526423547015352414071
Binary11011011011010010011101100111011011110110100001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DB49D; }

 p { color: rgb(109,180,157); }

 H1.HeaderClassName
 {
   color: #6DB49D;
 }
 .AnyTagClassName
 {
   color: #6DB49D;
 }
</style>
background-color css

<style>
 a { background-color: #6DB49D; }

 a { background-color: rgb(109,180,157); }

 div.DivClassName
 {
   background-color: #6DB49D;
 }
 .BgClassName
 {
   background-color: #6DB49D;
 }
</style>
border-color css

<style>
 span { border-color: #6DB49D; }

 span { border-color: rgb(109,180,157); }

 td.TdClassName
 {
   border-color: #6DB49D;
 }
 .TagClassName
 {
   border-color: #6DB49D;
 }
</style>