Html Css Color HEX #6DA495 Acapulco

📋 copy color: '#6DA495'

red 109 ◦ green 164 ◦ blue 149

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

Shades of Acapulco #6DA495

Tints of Acapulco #6DA495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 25.83%
G = 38.86%
B = 35.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#6DA495 (or 0x6DA495) is known color: Acapulco. HEX triplet: 6D, A4 and 95. RGB value is (109,164,149). Sum of RGB (Red+Green+Blue) = 109+164+149=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA495 is #925B6A. Grayscale: #919191. Windows color (decimal): -9591659 or 9806957. OLE color: 9806957.

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

Color convert

RGB 109 164 149 -
CMYK 0.34 0 0.09 0.36
HSL 163.64º 0.23% 0.54% -
HSV(B) 163.64º 0.34% 0.64% -
XYZ 25.01 31.97 33.29 -
YUV 145.85 129.78 101.72 -
System Red Green Blue C M Y K H S L
Decimal 109 164 149 0.34 0 0.09 0.36 163.64 0.23 0.54
Hex 6D A4 95 22 0 9 24 A4 17 36
Octal 155 244 225 42 0 11 44 244 27 66
Binary 1101101 10100100 10010101 100010 0 1001 100100 10100100 10111 110110

Color Harmonies of #6DA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA495

Black with #6DA495

Text Example


Text Example

White with #6DA495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,164,149); }

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

background-color css

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

 a { background-color: rgb(109,164,149); }

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

border-color css

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

 span { border-color: rgb(109,164,149); }

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