#6BA595

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

Shades of Acapulco #6BA595

Tints of Acapulco #6BA595

Color information

#6BA595 (or 0x6BA595) is unknown color: approx Acapulco. HEX triplet: 6B, A5 and 95. RGB value is (107,165,149). Sum of RGB (Red+Green+Blue) = 107+165+149=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA595 is #945A6A. Grayscale: #919191. Windows color (decimal): -9722475 or 9807211. OLE color: 9807211.

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

Color convert

RGB107165149-
CMYK0.3500.100.35
HSL163.45º24.37%53.33%-
HSV(B)163.45º35.15%64.71%-
XYZ24.9432.2133.34-
YUV145.83129.78100.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.42%
GREEN value IS 165 (64.84% from 255) = 39.19%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=25.42%
G=39.19%
B=35.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1071651490.3500.100.35163.4524.3753.33
Hex6BA595230A23a31835
Octal15324522543012432433065
Binary11010111010010110010101100011010101000111010001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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