Html Css Color HEX #6CA895 Acapulco

📋 copy color: '#6CA895'

red 108 ◦ green 168 ◦ blue 149

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

Shades of Acapulco #6CA895

Tints of Acapulco #6CA895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.53%

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

R = 25.41%
G = 39.53%
B = 35.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#6CA895 (or 0x6CA895) is known color: Acapulco. HEX triplet: 6C, A8 and 95. RGB value is (108,168,149). Sum of RGB (Red+Green+Blue) = 108+168+149=425 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.41% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA895 is #93576A. Grayscale: #939393. Windows color (decimal): -9656171 or 9807980. OLE color: 9807980.

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

Color convert

RGB 108 168 149 -
CMYK 0.36 0 0.11 0.34
HSL 161º 0.26% 0.54% -
HSV(B) 161º 0.36% 0.66% -
XYZ 25.61 33.36 33.52 -
YUV 147.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 108 168 149 0.36 0 0.11 0.34 161 0.26 0.54
Hex 6C A8 95 24 0 B 22 A1 1A 36
Octal 154 250 225 44 0 13 42 241 32 66
Binary 1101100 10101000 10010101 100100 0 1011 100010 10100001 11010 110110

Color Harmonies of #6CA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA895

Black with #6CA895

Text Example


Text Example

White with #6CA895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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