Html Css Color HEX #6BABAA Tradewind

📋 copy color: '#6BABAA'

red 107 ◦ green 171 ◦ blue 170

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

Shades of Tradewind #6BABAA

Tints of Tradewind #6BABAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 23.88%
G = 38.17%
B = 37.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#6BABAA (or 0x6BABAA) is known color: Tradewind. HEX triplet: 6B, AB and AA. RGB value is (107,171,170). Sum of RGB (Red+Green+Blue) = 107+171+170=448 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.88% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #6BABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BABAA is #945455. Grayscale: #979797. Windows color (decimal): -9720918 or 11185003. OLE color: 11185003.

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

Color convert

RGB 107 171 170 -
CMYK 0.37 0 0.01 0.33
HSL 179.06º 0.28% 0.55% -
HSV(B) 179.06º 0.37% 0.67% -
XYZ 27.88 35.15 43.35 -
YUV 151.75 138.3 96.08 -
System Red Green Blue C M Y K H S L
Decimal 107 171 170 0.37 0 0.01 0.33 179.06 0.28 0.55
Hex 6B AB AA 25 0 1 21 B3 1C 37
Octal 153 253 252 45 0 1 41 263 34 67
Binary 1101011 10101011 10101010 100101 0 1 100001 10110011 11100 110111

Color Harmonies of #6BABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BABAA

Black with #6BABAA

Text Example


Text Example

White with #6BABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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