Html Css Color HEX #6CA595 Acapulco

📋 copy color: '#6CA595'

red 108 ◦ green 165 ◦ blue 149

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

Shades of Acapulco #6CA595

Tints of Acapulco #6CA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.1%

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

R = 25.59%
G = 39.1%
B = 35.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#6CA595 (or 0x6CA595) is known color: Acapulco. HEX triplet: 6C, A5 and 95. RGB value is (108,165,149). Sum of RGB (Red+Green+Blue) = 108+165+149=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA595 is #935A6A. Grayscale: #929292. Windows color (decimal): -9656939 or 9807212. OLE color: 9807212.

HSL color Cylindrical-coordinate representation of color #6CA595: hue angle of 163.16º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6CA595 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 108 165 149 -
CMYK 0.35 0 0.10 0.35
HSL 163.16º 0.24% 0.54% -
HSV(B) 163.16º 0.35% 0.65% -
XYZ 25.06 32.27 33.34 -
YUV 146.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 108 165 149 0.35 0 0.10 0.35 163.16 0.24 0.54
Hex 6C A5 95 23 0 A 23 A3 18 36
Octal 154 245 225 43 0 12 43 243 30 66
Binary 1101100 10100101 10010101 100011 0 1010 100011 10100011 11000 110110

Color Harmonies of #6CA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA595

Black with #6CA595

Text Example


Text Example

White with #6CA595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,165,149); }

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

background-color css

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

 a { background-color: rgb(108,165,149); }

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

border-color css

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

 span { border-color: rgb(108,165,149); }

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