Html Css Color HEX #6CA49D Tradewind

📋 copy color: '#6CA49D'

red 108 ◦ green 164 ◦ blue 157

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

Shades of Tradewind #6CA49D

Tints of Tradewind #6CA49D

RGB

 RED value IS 108 (42.58% from 255) = 25.17%

 GREEN value IS 164 (64.45% from 255) = 38.23%

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 25.17%
G = 38.23%
B = 36.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#6CA49D (or 0x6CA49D) is known color: Tradewind. HEX triplet: 6C, A4 and 9D. RGB value is (108,164,157). Sum of RGB (Red+Green+Blue) = 108+164+157=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA49D is #935B62. Grayscale: #929292. Windows color (decimal): -9657187 or 10331244. OLE color: 10331244.

HSL color Cylindrical-coordinate representation of color #6CA49D: hue angle of 172.5º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6CA49D is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 108 164 157 -
CMYK 0.34 0 0.04 0.36
HSL 172.5º 0.24% 0.53% -
HSV(B) 172.5º 0.34% 0.64% -
XYZ 25.55 32.17 36.76 -
YUV 146.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 108 164 157 0.34 0 0.04 0.36 172.5 0.24 0.53
Hex 6C A4 9D 22 0 4 24 AC 18 35
Octal 154 244 235 42 0 4 44 254 30 65
Binary 1101100 10100100 10011101 100010 0 100 100100 10101100 11000 110101

Color Harmonies of #6CA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA49D

Black with #6CA49D

Text Example


Text Example

White with #6CA49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,164,157); }

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

background-color css

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

 a { background-color: rgb(108,164,157); }

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

border-color css

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

 span { border-color: rgb(108,164,157); }

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