#6BA189

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

Shades of Acapulco #6BA189

Tints of Acapulco #6BA189

Color information

#6BA189 (or 0x6BA189) is unknown color: approx Acapulco. HEX triplet: 6B, A1 and 89. RGB value is (107,161,137). Sum of RGB (Red+Green+Blue) = 107+161+137=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA189 is #945E76. Grayscale: #8E8E8E. Windows color (decimal): -9723511 or 9019755. OLE color: 9019755.

HSL color Cylindrical-coordinate representation of color #6BA189: hue angle of 153.33º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA189 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB107161137-
CMYK0.3400.150.37
HSL153.33º22.31%52.55%-
HSV(B)153.33º33.54%63.14%-
XYZ23.3230.4228.31-
YUV142.12125.11102.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.42%
GREEN value IS 161 (63.28% from 255) = 39.75%
BLUE value IS 137 (53.91% from 255) = 33.83%
R=26.42%
G=39.75%
B=33.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1071611370.3400.150.37153.3322.3152.55
Hex6BA189220F25991635
Octal15324121142017452312665
Binary11010111010000110001001100010011111001011001100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,161,137); }

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

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

 a { background-color: rgb(107,161,137); }

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

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

 span { border-color: rgb(107,161,137); }

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