Html Css Color HEX #6DB4AB Tradewind

📋 copy color: '#6DB4AB'

red 109 ◦ green 180 ◦ blue 171

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

Shades of Tradewind #6DB4AB

Tints of Tradewind #6DB4AB

RGB

 RED value IS 109 (42.97% from 255) = 23.7%

 GREEN value IS 180 (70.7% from 255) = 39.13%

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 23.7%
G = 39.13%
B = 37.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#6DB4AB (or 0x6DB4AB) is known color: Tradewind. HEX triplet: 6D, B4 and AB. RGB value is (109,180,171). Sum of RGB (Red+Green+Blue) = 109+180+171=460 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.70% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB4AB is #924B54. Grayscale: #9D9D9D. Windows color (decimal): -9587541 or 11252845. OLE color: 11252845.

HSL color Cylindrical-coordinate representation of color #6DB4AB: hue angle of 172.39º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB4AB is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 180 171 -
CMYK 0.39 0 0.05 0.29
HSL 172.39º 0.32% 0.57% -
HSV(B) 172.39º 0.39% 0.71% -
XYZ 29.98 38.83 44.44 -
YUV 157.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 109 180 171 0.39 0 0.05 0.29 172.39 0.32 0.57
Hex 6D B4 AB 27 0 5 1D AC 20 39
Octal 155 264 253 47 0 5 35 254 40 71
Binary 1101101 10110100 10101011 100111 0 101 11101 10101100 100000 111001

Color Harmonies of #6DB4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB4AB

Black with #6DB4AB

Text Example


Text Example

White with #6DB4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,180,171); }

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

background-color css

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

 a { background-color: rgb(109,180,171); }

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

border-color css

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

 span { border-color: rgb(109,180,171); }

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