Html Css Color HEX #6FA29B Tradewind

📋 copy color: '#6FA29B'

red 111 ◦ green 162 ◦ blue 155

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

Shades of Tradewind #6FA29B

Tints of Tradewind #6FA29B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

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

R = 25.93%
G = 37.85%
B = 36.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#6FA29B (or 0x6FA29B) is known color: Tradewind. HEX triplet: 6F, A2 and 9B. RGB value is (111,162,155). Sum of RGB (Red+Green+Blue) = 111+162+155=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA29B is #905D64. Grayscale: #919191. Windows color (decimal): -9461093 or 10199663. OLE color: 10199663.

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

Color convert

RGB 111 162 155 -
CMYK 0.31 0 0.04 0.36
HSL 171.76º 0.22% 0.54% -
HSV(B) 171.76º 0.31% 0.64% -
XYZ 25.39 31.59 35.77 -
YUV 145.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 111 162 155 0.31 0 0.04 0.36 171.76 0.22 0.54
Hex 6F A2 9B 1F 0 4 24 AC 16 36
Octal 157 242 233 37 0 4 44 254 26 66
Binary 1101111 10100010 10011011 11111 0 100 100100 10101100 10110 110110

Color Harmonies of #6FA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA29B

Black with #6FA29B

Text Example


Text Example

White with #6FA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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