Html Css Color HEX #6BAB9D Tradewind

📋 copy color: '#6BAB9D'

red 107 ◦ green 171 ◦ blue 157

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

Shades of Tradewind #6BAB9D

Tints of Tradewind #6BAB9D

RGB

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

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

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

R = 24.6%
G = 39.31%
B = 36.09%

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

#6BAB9D (or 0x6BAB9D) is known color: Tradewind. HEX triplet: 6B, AB and 9D. RGB value is (107,171,157). Sum of RGB (Red+Green+Blue) = 107+171+157=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB9D is #945462. Grayscale: #969696. Windows color (decimal): -9720931 or 10333035. OLE color: 10333035.

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

Color convert

RGB 107 171 157 -
CMYK 0.37 0 0.08 0.33
HSL 166.88º 0.28% 0.55% -
HSV(B) 166.88º 0.37% 0.67% -
XYZ 26.71 34.69 37.19 -
YUV 150.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 107 171 157 0.37 0 0.08 0.33 166.88 0.28 0.55
Hex 6B AB 9D 25 0 8 21 A7 1C 37
Octal 153 253 235 45 0 10 41 247 34 67
Binary 1101011 10101011 10011101 100101 0 1000 100001 10100111 11100 110111

Color Harmonies of #6BAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB9D

Black with #6BAB9D

Text Example


Text Example

White with #6BAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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