Html Css Color HEX #6FA79B Tradewind

📋 copy color: '#6FA79B'

red 111 ◦ green 167 ◦ blue 155

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

Shades of Tradewind #6FA79B

Tints of Tradewind #6FA79B

RGB

 RED value IS 111 (43.75% from 255) = 25.64%

 GREEN value IS 167 (65.63% from 255) = 38.57%

 BLUE value IS 155 (60.94% from 255) = 35.8%

R = 25.64%
G = 38.57%
B = 35.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#6FA79B (or 0x6FA79B) is known color: Tradewind. HEX triplet: 6F, A7 and 9B. RGB value is (111,167,155). Sum of RGB (Red+Green+Blue) = 111+167+155=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA79B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA79B is #905864. Grayscale: #949494. Windows color (decimal): -9459813 or 10200943. OLE color: 10200943.

HSL color Cylindrical-coordinate representation of color #6FA79B: hue angle of 167.14º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA79B is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 111 167 155 -
CMYK 0.34 0 0.07 0.35
HSL 167.14º 0.24% 0.55% -
HSV(B) 167.14º 0.34% 0.65% -
XYZ 26.29 33.38 36.07 -
YUV 148.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 111 167 155 0.34 0 0.07 0.35 167.14 0.24 0.55
Hex 6F A7 9B 22 0 7 23 A7 18 37
Octal 157 247 233 42 0 7 43 247 30 67
Binary 1101111 10100111 10011011 100010 0 111 100011 10100111 11000 110111

Color Harmonies of #6FA79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA79B

Black with #6FA79B

Text Example


Text Example

White with #6FA79B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,167,155); }

 H1.HeaderClassName
 {
   color: #6FA79B;
 }
 .AnyTagClassName
 {
   color: #6FA79B;
 }
</style>

background-color css

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

 a { background-color: rgb(111,167,155); }

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

border-color css

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

 span { border-color: rgb(111,167,155); }

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