#6CA999

Color #6CA999 Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #6CA999

Tints of Acapulco #6CA999

Color information

#6CA999 (or 0x6CA999) is unknown color: approx Acapulco. HEX triplet: 6C, A9 and 99. RGB value is (108,169,153). Sum of RGB (Red+Green+Blue) = 108+169+153=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA999 is #935666. Grayscale: #949494. Windows color (decimal): -9655911 or 10070380. OLE color: 10070380.

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

Color convert

RGB108169153-
CMYK0.3600.090.34
HSL164.26º26.18%54.31%-
HSV(B)164.26º36.09%66.27%-
XYZ26.1233.8635.3-
YUV148.94130.2998.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.12%
GREEN value IS 169 (66.41% from 255) = 39.30%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=25.12%
G=39.30%
B=35.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1081691530.3600.090.34164.2626.1854.31
Hex6CA999240922a41a36
Octal15425123144011422443266
Binary11011001010100110011001100100010011000101010010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,169,153); }

 H1.HeaderClassName
 {
   color: #6CA999;
 }
 .AnyTagClassName
 {
   color: #6CA999;
 }
</style>
background-color css

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

 a { background-color: rgb(108,169,153); }

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

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

 span { border-color: rgb(108,169,153); }

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