Html Css Color HEX #6CA49A Tradewind

📋 copy color: '#6CA49A'

red 108 ◦ green 164 ◦ blue 154

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

Shades of Tradewind #6CA49A

Tints of Tradewind #6CA49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.15%

R = 25.35%
G = 38.5%
B = 36.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#6CA49A (or 0x6CA49A) is known color: Tradewind. HEX triplet: 6C, A4 and 9A. RGB value is (108,164,154). Sum of RGB (Red+Green+Blue) = 108+164+154=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA49A is #935B65. Grayscale: #929292. Windows color (decimal): -9657190 or 10134636. OLE color: 10134636.

HSL color Cylindrical-coordinate representation of color #6CA49A: hue angle of 169.29º 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 #6CA49A is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 108 164 154 -
CMYK 0.34 0 0.06 0.36
HSL 169.29º 0.24% 0.53% -
HSV(B) 169.29º 0.34% 0.64% -
XYZ 25.29 32.07 35.43 -
YUV 146.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 108 164 154 0.34 0 0.06 0.36 169.29 0.24 0.53
Hex 6C A4 9A 22 0 6 24 A9 18 35
Octal 154 244 232 42 0 6 44 251 30 65
Binary 1101100 10100100 10011010 100010 0 110 100100 10101001 11000 110101

Color Harmonies of #6CA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA49A

Black with #6CA49A

Text Example


Text Example

White with #6CA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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