Html Css Color HEX #6DAEAC Tradewind

📋 copy color: '#6DAEAC'

red 109 ◦ green 174 ◦ blue 172

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

Shades of Tradewind #6DAEAC

Tints of Tradewind #6DAEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.24%

 BLUE value IS 172 (67.58% from 255) = 37.8%

R = 23.96%
G = 38.24%
B = 37.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#6DAEAC (or 0x6DAEAC) is known color: Tradewind. HEX triplet: 6D, AE and AC. RGB value is (109,174,172). Sum of RGB (Red+Green+Blue) = 109+174+172=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAEAC is #925153. Grayscale: #9A9A9A. Windows color (decimal): -9589076 or 11316845. OLE color: 11316845.

HSL color Cylindrical-coordinate representation of color #6DAEAC: hue angle of 178.15º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAEAC is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 174 172 -
CMYK 0.37 0 0.01 0.32
HSL 178.15º 0.29% 0.55% -
HSV(B) 178.15º 0.37% 0.68% -
XYZ 28.89 36.5 44.55 -
YUV 154.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 109 174 172 0.37 0 0.01 0.32 178.15 0.29 0.55
Hex 6D AE AC 25 0 1 20 B2 1D 37
Octal 155 256 254 45 0 1 40 262 35 67
Binary 1101101 10101110 10101100 100101 0 1 100000 10110010 11101 110111

Color Harmonies of #6DAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAEAC

Black with #6DAEAC

Text Example


Text Example

White with #6DAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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