#6BA598

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

Shades of Acapulco #6BA598

Tints of Acapulco #6BA598

Color information

#6BA598 (or 0x6BA598) is unknown color: approx Acapulco. HEX triplet: 6B, A5 and 98. RGB value is (107,165,152). Sum of RGB (Red+Green+Blue) = 107+165+152=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA598 is #945A67. Grayscale: #929292. Windows color (decimal): -9722472 or 10003819. OLE color: 10003819.

HSL color Cylindrical-coordinate representation of color #6BA598: hue angle of 166.55º 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 #6BA598 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB107165152-
CMYK0.3500.080.35
HSL166.55º24.37%53.33%-
HSV(B)166.55º35.15%64.71%-
XYZ25.1932.334.61-
YUV146.18131.28100.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.24%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=25.24%
G=38.92%
B=35.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1071651520.3500.080.35166.5524.3753.33
Hex6BA598230823a71835
Octal15324523043010432473065
Binary11010111010010110011000100011010001000111010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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