Html Css Color HEX #6BA496 Acapulco

📋 copy color: '#6BA496'

red 107 ◦ green 164 ◦ blue 150

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

Shades of Acapulco #6BA496

Tints of Acapulco #6BA496

RGB

 RED value IS 107 (42.19% from 255) = 25.42%

 GREEN value IS 164 (64.45% from 255) = 38.95%

 BLUE value IS 150 (58.98% from 255) = 35.63%

R = 25.42%
G = 38.95%
B = 35.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#6BA496 (or 0x6BA496) is known color: Acapulco. HEX triplet: 6B, A4 and 96. RGB value is (107,164,150). Sum of RGB (Red+Green+Blue) = 107+164+150=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA496 is #945B69. Grayscale: #919191. Windows color (decimal): -9722730 or 9872491. OLE color: 9872491.

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

Color convert

RGB 107 164 150 -
CMYK 0.35 0 0.09 0.36
HSL 165.26º 0.24% 0.53% -
HSV(B) 165.26º 0.35% 0.64% -
XYZ 24.84 31.88 33.7 -
YUV 145.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 107 164 150 0.35 0 0.09 0.36 165.26 0.24 0.53
Hex 6B A4 96 23 0 9 24 A5 18 35
Octal 153 244 226 43 0 11 44 245 30 65
Binary 1101011 10100100 10010110 100011 0 1001 100100 10100101 11000 110101

Color Harmonies of #6BA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA496

Black with #6BA496

Text Example


Text Example

White with #6BA496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,164,150); }

 H1.HeaderClassName
 {
   color: #6BA496;
 }
 .AnyTagClassName
 {
   color: #6BA496;
 }
</style>

background-color css

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

 a { background-color: rgb(107,164,150); }

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

border-color css

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

 span { border-color: rgb(107,164,150); }

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