#6DB5A0

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

Shades of Keppel #6DB5A0

Tints of Keppel #6DB5A0

Color information

#6DB5A0 (or 0x6DB5A0) is unknown color: approx Keppel. HEX triplet: 6D, B5 and A0. RGB value is (109,181,160). Sum of RGB (Red+Green+Blue) = 109+181+160=450 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.22% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB5A0 is #924A5F. Grayscale: #9D9D9D. Windows color (decimal): -9587296 or 10532205. OLE color: 10532205.

HSL color Cylindrical-coordinate representation of color #6DB5A0: hue angle of 162.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB5A0 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB109181160-
CMYK0.4000.120.29
HSL162.5º32.73%56.86%-
HSV(B)162.5º39.78%70.98%-
XYZ29.1838.8439.22-
YUV157.08129.6593.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.22%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 160 (62.89% from 255) = 35.56%
R=24.22%
G=40.22%
B=35.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091811600.4000.120.29162.532.7356.86
Hex6DB5A0280C1Da22139
Octal15526524050014352424171
Binary11011011011010110100000101000011001110110100010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,181,160); }

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

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

 a { background-color: rgb(109,181,160); }

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

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

 span { border-color: rgb(109,181,160); }

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