Html Css Color HEX #6BAF8C Silver Tree

📋 copy color: '#6BAF8C'

red 107 ◦ green 175 ◦ blue 140

#6BAF8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #6BAF8C

Tints of Silver Tree #6BAF8C

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 value IS 0.39

 M value IS 0

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#6BAF8C (or 0x6BAF8C) is known color: 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

RGB 107 175 140 -
CMYK 0.39 0 0.2 0.31
HSL 149.12º 0.3% 0.55% -
HSV(B) 149.12º 0.39% 0.69% -
XYZ 26.13 35.68 30.32 -
YUV 150.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 107 175 140 0.39 0 0.2 0.31 149.12 0.3 0.55
Hex 6B AF 8C 27 0 14 1F 95 1E 37
Octal 153 257 214 47 0 24 37 225 36 67
Binary 1101011 10101111 10001100 100111 0 10100 11111 10010101 11110 110111

Color Harmonies of #6BAF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAF8C

Black with #6BAF8C

Text Example


Text Example

White with #6BAF8C

Text Example


Text Example

HTML Codes & Css Web 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>