Html Css Color HEX #6FA495 Acapulco

📋 copy color: '#6FA495'

red 111 ◦ green 164 ◦ blue 149

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

Shades of Acapulco #6FA495

Tints of Acapulco #6FA495

RGB

 RED value IS 111 (43.75% from 255) = 26.18%

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

 BLUE value IS 149 (58.59% from 255) = 35.14%

R = 26.18%
G = 38.68%
B = 35.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#6FA495 (or 0x6FA495) is known color: Acapulco. HEX triplet: 6F, A4 and 95. RGB value is (111,164,149). Sum of RGB (Red+Green+Blue) = 111+164+149=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA495 is #905B6A. Grayscale: #929292. Windows color (decimal): -9460587 or 9806959. OLE color: 9806959.

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

Color convert

RGB 111 164 149 -
CMYK 0.32 0 0.09 0.36
HSL 163.02º 0.23% 0.54% -
HSV(B) 163.02º 0.32% 0.64% -
XYZ 25.26 32.1 33.3 -
YUV 146.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 111 164 149 0.32 0 0.09 0.36 163.02 0.23 0.54
Hex 6F A4 95 20 0 9 24 A3 17 36
Octal 157 244 225 40 0 11 44 243 27 66
Binary 1101111 10100100 10010101 100000 0 1001 100100 10100011 10111 110110

Color Harmonies of #6FA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA495

Black with #6FA495

Text Example


Text Example

White with #6FA495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,164,149); }

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

background-color css

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

 a { background-color: rgb(111,164,149); }

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

border-color css

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

 span { border-color: rgb(111,164,149); }

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