Html Css Color HEX #6BA595 Acapulco

📋 copy color: '#6BA595'

red 107 ◦ green 165 ◦ blue 149

#6BA595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #6BA595

Tints of Acapulco #6BA595

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 value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#6BA595 (or 0x6BA595) is known color: 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

RGB 107 165 149 -
CMYK 0.35 0 0.10 0.35
HSL 163.45º 0.24% 0.53% -
HSV(B) 163.45º 0.35% 0.65% -
XYZ 24.94 32.21 33.34 -
YUV 145.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 107 165 149 0.35 0 0.10 0.35 163.45 0.24 0.53
Hex 6B A5 95 23 0 A 23 A3 18 35
Octal 153 245 225 43 0 12 43 243 30 65
Binary 1101011 10100101 10010101 100011 0 1010 100011 10100011 11000 110101

Color Harmonies of #6BA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA595

Black with #6BA595

Text Example


Text Example

White with #6BA595

Text Example


Text Example

HTML Codes & Css Web 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>