#6BA090

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

Shades of Acapulco #6BA090

Tints of Acapulco #6BA090

Color information

#6BA090 (or 0x6BA090) is unknown color: approx Acapulco. HEX triplet: 6B, A0 and 90. RGB value is (107,160,144). Sum of RGB (Red+Green+Blue) = 107+160+144=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA090 is #945F6F. Grayscale: #8E8E8E. Windows color (decimal): -9723760 or 9478251. OLE color: 9478251.

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

Color convert

RGB107160144-
CMYK0.3300.10.37
HSL161.89º21.81%52.35%-
HSV(B)161.89º33.13%62.75%-
XYZ23.6730.2830.98-
YUV142.33128.94102.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.03%
GREEN value IS 160 (62.89% from 255) = 38.93%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=26.03%
G=38.93%
B=35.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1071601440.3300.10.37161.8921.8152.35
Hex6BA090210A25a21634
Octal15324022041012452422664
Binary11010111010000010010000100001010101001011010001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,160,144); }

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

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

 a { background-color: rgb(107,160,144); }

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

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

 span { border-color: rgb(107,160,144); }

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