Html Css Color HEX #6FA49D Tradewind

📋 copy color: '#6FA49D'

red 111 ◦ green 164 ◦ blue 157

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

Shades of Tradewind #6FA49D

Tints of Tradewind #6FA49D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.96%

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 25.69%
G = 37.96%
B = 36.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#6FA49D (or 0x6FA49D) is known color: Tradewind. HEX triplet: 6F, A4 and 9D. RGB value is (111,164,157). Sum of RGB (Red+Green+Blue) = 111+164+157=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA49D is #905B62. Grayscale: #939393. Windows color (decimal): -9460579 or 10331247. OLE color: 10331247.

HSL color Cylindrical-coordinate representation of color #6FA49D: hue angle of 172.08º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6FA49D is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 164 157 -
CMYK 0.32 0 0.04 0.36
HSL 172.08º 0.23% 0.54% -
HSV(B) 172.08º 0.32% 0.64% -
XYZ 25.92 32.36 36.78 -
YUV 147.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 111 164 157 0.32 0 0.04 0.36 172.08 0.23 0.54
Hex 6F A4 9D 20 0 4 24 AC 17 36
Octal 157 244 235 40 0 4 44 254 27 66
Binary 1101111 10100100 10011101 100000 0 100 100100 10101100 10111 110110

Color Harmonies of #6FA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA49D

Black with #6FA49D

Text Example


Text Example

White with #6FA49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,164,157); }

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

background-color css

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

 a { background-color: rgb(111,164,157); }

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

border-color css

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

 span { border-color: rgb(111,164,157); }

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