Html Css Color HEX #6BAB9C Tradewind

📋 copy color: '#6BAB9C'

red 107 ◦ green 171 ◦ blue 156

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

Shades of Tradewind #6BAB9C

Tints of Tradewind #6BAB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 24.65%
G = 39.4%
B = 35.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#6BAB9C (or 0x6BAB9C) is known color: Tradewind. HEX triplet: 6B, AB and 9C. RGB value is (107,171,156). Sum of RGB (Red+Green+Blue) = 107+171+156=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB9C is #945463. Grayscale: #969696. Windows color (decimal): -9720932 or 10267499. OLE color: 10267499.

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

Color convert

RGB 107 171 156 -
CMYK 0.37 0 0.09 0.33
HSL 165.94º 0.28% 0.55% -
HSV(B) 165.94º 0.37% 0.67% -
XYZ 26.63 34.65 36.74 -
YUV 150.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 107 171 156 0.37 0 0.09 0.33 165.94 0.28 0.55
Hex 6B AB 9C 25 0 9 21 A6 1C 37
Octal 153 253 234 45 0 11 41 246 34 67
Binary 1101011 10101011 10011100 100101 0 1001 100001 10100110 11100 110111

Color Harmonies of #6BAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB9C

Black with #6BAB9C

Text Example


Text Example

White with #6BAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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