Html Css Color HEX #6DB4AF Tradewind

📋 copy color: '#6DB4AF'

red 109 ◦ green 180 ◦ blue 175

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

Shades of Tradewind #6DB4AF

Tints of Tradewind #6DB4AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.72%

R = 23.49%
G = 38.79%
B = 37.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#6DB4AF (or 0x6DB4AF) is known color: Tradewind. HEX triplet: 6D, B4 and AF. RGB value is (109,180,175). Sum of RGB (Red+Green+Blue) = 109+180+175=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB4AF is #924B50. Grayscale: #9E9E9E. Windows color (decimal): -9587537 or 11514989. OLE color: 11514989.

HSL color Cylindrical-coordinate representation of color #6DB4AF: hue angle of 175.77º 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 #6DB4AF is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 180 175 -
CMYK 0.39 0 0.03 0.29
HSL 175.77º 0.32% 0.57% -
HSV(B) 175.77º 0.39% 0.71% -
XYZ 30.37 38.99 46.48 -
YUV 158.2 137.48 92.91 -
System Red Green Blue C M Y K H S L
Decimal 109 180 175 0.39 0 0.03 0.29 175.77 0.32 0.57
Hex 6D B4 AF 27 0 3 1D B0 20 39
Octal 155 264 257 47 0 3 35 260 40 71
Binary 1101101 10110100 10101111 100111 0 11 11101 10110000 100000 111001

Color Harmonies of #6DB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB4AF

Black with #6DB4AF

Text Example


Text Example

White with #6DB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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