#6BAF8C

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

Shades of Silver Tree #6BAF8C

Tints of Silver Tree #6BAF8C

Color information

#6BAF8C (or 0x6BAF8C) is unknown color: approx Silver Tree. HEX triplet: 6B, AF and 8C. RGB value is (107,175,140). Sum of RGB (Red+Green+Blue) = 107+175+140=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAF8C is #945073. Grayscale: #969696. Windows color (decimal): -9719924 or 9219947. OLE color: 9219947.

HSL color Cylindrical-coordinate representation of color #6BAF8C: hue angle of 149.12º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAF8C is Cyan = 0.39, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB107175140-
CMYK0.3900.20.31
HSL149.12º29.82%55.29%-
HSV(B)149.12º38.86%68.63%-
XYZ26.1335.6830.32-
YUV150.68121.9796.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.36%
GREEN value IS 175 (68.75% from 255) = 41.47%
BLUE value IS 140 (55.08% from 255) = 33.18%
R=25.36%
G=41.47%
B=33.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751400.3900.20.31149.1229.8255.29
Hex6BAF8C270141F951e37
Octal15325721447024372253667
Binary11010111010111110001100100111010100111111001010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,175,140); }

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

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

 a { background-color: rgb(107,175,140); }

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

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

 span { border-color: rgb(107,175,140); }

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