Html Css Color HEX #6DB2AE Tradewind

📋 copy color: '#6DB2AE'

red 109 ◦ green 178 ◦ blue 174

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

Shades of Tradewind #6DB2AE

Tints of Tradewind #6DB2AE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.61%

 BLUE value IS 174 (68.36% from 255) = 37.74%

R = 23.64%
G = 38.61%
B = 37.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#6DB2AE (or 0x6DB2AE) is known color: Tradewind. HEX triplet: 6D, B2 and AE. RGB value is (109,178,174). Sum of RGB (Red+Green+Blue) = 109+178+174=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #6DB2AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB2AE is #924D51. Grayscale: #9C9C9C. Windows color (decimal): -9588050 or 11448941. OLE color: 11448941.

HSL color Cylindrical-coordinate representation of color #6DB2AE: hue angle of 176.52º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB2AE is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 109 178 174 -
CMYK 0.39 0 0.02 0.30
HSL 176.52º 0.31% 0.56% -
HSV(B) 176.52º 0.39% 0.7% -
XYZ 29.87 38.15 45.83 -
YUV 156.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 109 178 174 0.39 0 0.02 0.30 176.52 0.31 0.56
Hex 6D B2 AE 27 0 2 1E B1 1F 38
Octal 155 262 256 47 0 2 36 261 37 70
Binary 1101101 10110010 10101110 100111 0 10 11110 10110001 11111 111000

Color Harmonies of #6DB2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB2AE

Black with #6DB2AE

Text Example


Text Example

White with #6DB2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,178,174); }

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

background-color css

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

 a { background-color: rgb(109,178,174); }

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

border-color css

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

 span { border-color: rgb(109,178,174); }

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