Html Css Color HEX #6BAAA5 Tradewind

📋 copy color: '#6BAAA5'

red 107 ◦ green 170 ◦ blue 165

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

Shades of Tradewind #6BAAA5

Tints of Tradewind #6BAAA5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.46%

 BLUE value IS 165 (64.84% from 255) = 37.33%

R = 24.21%
G = 38.46%
B = 37.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#6BAAA5 (or 0x6BAAA5) is known color: Tradewind. HEX triplet: 6B, AA and A5. RGB value is (107,170,165). Sum of RGB (Red+Green+Blue) = 107+170+165=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAAA5 is #94555A. Grayscale: #969696. Windows color (decimal): -9721179 or 10857067. OLE color: 10857067.

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

Color convert

RGB 107 170 165 -
CMYK 0.37 0 0.03 0.33
HSL 175.24º 0.27% 0.54% -
HSV(B) 175.24º 0.37% 0.67% -
XYZ 27.23 34.59 40.84 -
YUV 150.59 136.13 96.91 -
System Red Green Blue C M Y K H S L
Decimal 107 170 165 0.37 0 0.03 0.33 175.24 0.27 0.54
Hex 6B AA A5 25 0 3 21 AF 1B 36
Octal 153 252 245 45 0 3 41 257 33 66
Binary 1101011 10101010 10100101 100101 0 11 100001 10101111 11011 110110

Color Harmonies of #6BAAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAAA5

Black with #6BAAA5

Text Example


Text Example

White with #6BAAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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