Html Css Color HEX #6DB0AD Tradewind

📋 copy color: '#6DB0AD'

red 109 ◦ green 176 ◦ blue 173

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

Shades of Tradewind #6DB0AD

Tints of Tradewind #6DB0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.43%

 BLUE value IS 173 (67.97% from 255) = 37.77%

R = 23.8%
G = 38.43%
B = 37.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#6DB0AD (or 0x6DB0AD) is known color: Tradewind. HEX triplet: 6D, B0 and AD. RGB value is (109,176,173). Sum of RGB (Red+Green+Blue) = 109+176+173=458 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.80% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB0AD is #924F52. Grayscale: #9B9B9B. Windows color (decimal): -9588563 or 11382893. OLE color: 11382893.

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

Color convert

RGB 109 176 173 -
CMYK 0.38 0 0.02 0.31
HSL 177.31º 0.3% 0.56% -
HSV(B) 177.31º 0.38% 0.69% -
XYZ 29.37 37.32 45.19 -
YUV 155.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 109 176 173 0.38 0 0.02 0.31 177.31 0.3 0.56
Hex 6D B0 AD 26 0 2 1F B1 1E 38
Octal 155 260 255 46 0 2 37 261 36 70
Binary 1101101 10110000 10101101 100110 0 10 11111 10110001 11110 111000

Color Harmonies of #6DB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB0AD

Black with #6DB0AD

Text Example


Text Example

White with #6DB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,176,173); }

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

background-color css

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

 a { background-color: rgb(109,176,173); }

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

border-color css

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

 span { border-color: rgb(109,176,173); }

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