#6BBD9B

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

Shades of Silver Tree #6BBD9B

Tints of Silver Tree #6BBD9B

Color information

#6BBD9B (or 0x6BBD9B) is unknown color: approx Silver Tree. HEX triplet: 6B, BD and 9B. RGB value is (107,189,155). Sum of RGB (Red+Green+Blue) = 107+189+155=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBD9B is #944264. Grayscale: #A0A0A0. Windows color (decimal): -9716325 or 10206571. OLE color: 10206571.

HSL color Cylindrical-coordinate representation of color #6BBD9B: hue angle of 155.12º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBD9B is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB107189155-
CMYK0.4300.180.26
HSL155.12º38.32%58.04%-
HSV(B)155.12º43.39%74.12%-
XYZ30.1841.8937.5-
YUV160.61124.8389.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.73%
GREEN value IS 189 (74.22% from 255) = 41.91%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=23.73%
G=41.91%
B=34.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071891550.4300.180.26155.1238.3258.04
Hex6BBD9B2B0121A9b263a
Octal15327523353022322334672
Binary110101110111101100110111010110100101101010011011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,189,155); }

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

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

 a { background-color: rgb(107,189,155); }

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

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

 span { border-color: rgb(107,189,155); }

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