#6FA293

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

Shades of Acapulco #6FA293

Tints of Acapulco #6FA293

Color information

#6FA293 (or 0x6FA293) is unknown color: approx Acapulco. HEX triplet: 6F, A2 and 93. RGB value is (111,162,147). Sum of RGB (Red+Green+Blue) = 111+162+147=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA293 is #905D6C. Grayscale: #919191. Windows color (decimal): -9461101 or 9675375. OLE color: 9675375.

HSL color Cylindrical-coordinate representation of color #6FA293: hue angle of 162.35º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA293 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB111162147-
CMYK0.3100.090.36
HSL162.35º21.52%53.53%-
HSV(B)162.35º31.48%63.53%-
XYZ24.7431.3332.35-
YUV145.04129.1103.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.43%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 147 (57.81% from 255) = 35%
R=26.43%
G=38.57%
B=35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111621470.3100.090.36162.3521.5253.53
Hex6FA2931F0924a21636
Octal15724222337011442422666
Binary1101111101000101001001111111010011001001010001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,162,147); }

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

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

 a { background-color: rgb(111,162,147); }

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

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

 span { border-color: rgb(111,162,147); }

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