Html Css Color HEX #6DB6AF Tradewind

📋 copy color: '#6DB6AF'

red 109 ◦ green 182 ◦ blue 175

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

Shades of Tradewind #6DB6AF

Tints of Tradewind #6DB6AF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.06%

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

R = 23.39%
G = 39.06%
B = 37.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#6DB6AF (or 0x6DB6AF) is known color: Tradewind. HEX triplet: 6D, B6 and AF. RGB value is (109,182,175). Sum of RGB (Red+Green+Blue) = 109+182+175=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB6AF is #924950. Grayscale: #9F9F9F. Windows color (decimal): -9587025 or 11515501. OLE color: 11515501.

HSL color Cylindrical-coordinate representation of color #6DB6AF: hue angle of 174.25º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB6AF is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 182 175 -
CMYK 0.40 0 0.04 0.29
HSL 174.25º 0.33% 0.57% -
HSV(B) 174.25º 0.4% 0.71% -
XYZ 30.77 39.8 46.62 -
YUV 159.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 109 182 175 0.40 0 0.04 0.29 174.25 0.33 0.57
Hex 6D B6 AF 28 0 4 1D AE 21 39
Octal 155 266 257 50 0 4 35 256 41 71
Binary 1101101 10110110 10101111 101000 0 100 11101 10101110 100001 111001

Color Harmonies of #6DB6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB6AF

Black with #6DB6AF

Text Example


Text Example

White with #6DB6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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