Html Css Color HEX #6BAB9F Tradewind

📋 copy color: '#6BAB9F'

red 107 ◦ green 171 ◦ blue 159

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

Shades of Tradewind #6BAB9F

Tints of Tradewind #6BAB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.38%

R = 24.49%
G = 39.13%
B = 36.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#6BAB9F (or 0x6BAB9F) is known color: Tradewind. HEX triplet: 6B, AB and 9F. RGB value is (107,171,159). Sum of RGB (Red+Green+Blue) = 107+171+159=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB9F is #945460. Grayscale: #969696. Windows color (decimal): -9720929 or 10464107. OLE color: 10464107.

HSL color Cylindrical-coordinate representation of color #6BAB9F: hue angle of 168.75º 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 #6BAB9F is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 171 159 -
CMYK 0.37 0 0.07 0.33
HSL 168.75º 0.28% 0.55% -
HSV(B) 168.75º 0.37% 0.67% -
XYZ 26.88 34.75 38.09 -
YUV 150.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 107 171 159 0.37 0 0.07 0.33 168.75 0.28 0.55
Hex 6B AB 9F 25 0 7 21 A9 1C 37
Octal 153 253 237 45 0 7 41 251 34 67
Binary 1101011 10101011 10011111 100101 0 111 100001 10101001 11100 110111

Color Harmonies of #6BAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB9F

Black with #6BAB9F

Text Example


Text Example

White with #6BAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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