Html Css Color HEX #6BAB9E Tradewind

📋 copy color: '#6BAB9E'

red 107 ◦ green 171 ◦ blue 158

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

Shades of Tradewind #6BAB9E

Tints of Tradewind #6BAB9E

RGB

 RED value IS 107 (42.19% from 255) = 24.54%

 GREEN value IS 171 (67.19% from 255) = 39.22%

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 24.54%
G = 39.22%
B = 36.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#6BAB9E (or 0x6BAB9E) is known color: Tradewind. HEX triplet: 6B, AB and 9E. RGB value is (107,171,158). Sum of RGB (Red+Green+Blue) = 107+171+158=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB9E is #945461. Grayscale: #969696. Windows color (decimal): -9720930 or 10398571. OLE color: 10398571.

HSL color Cylindrical-coordinate representation of color #6BAB9E: hue angle of 167.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAB9E is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 171 158 -
CMYK 0.37 0 0.08 0.33
HSL 167.81º 0.28% 0.55% -
HSV(B) 167.81º 0.37% 0.67% -
XYZ 26.8 34.72 37.64 -
YUV 150.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 107 171 158 0.37 0 0.08 0.33 167.81 0.28 0.55
Hex 6B AB 9E 25 0 8 21 A8 1C 37
Octal 153 253 236 45 0 10 41 250 34 67
Binary 1101011 10101011 10011110 100101 0 1000 100001 10101000 11100 110111

Color Harmonies of #6BAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB9E

Black with #6BAB9E

Text Example


Text Example

White with #6BAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,171,158); }

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

background-color css

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

 a { background-color: rgb(107,171,158); }

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

border-color css

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

 span { border-color: rgb(107,171,158); }

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