Html Css Color HEX #6FA194 Acapulco

📋 copy color: '#6FA194'

red 111 ◦ green 161 ◦ blue 148

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

Shades of Acapulco #6FA194

Tints of Acapulco #6FA194

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.33%

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 26.43%
G = 38.33%
B = 35.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#6FA194 (or 0x6FA194) is known color: Acapulco. HEX triplet: 6F, A1 and 94. RGB value is (111,161,148). Sum of RGB (Red+Green+Blue) = 111+161+148=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA194 is #905E6B. Grayscale: #909090. Windows color (decimal): -9461356 or 9740655. OLE color: 9740655.

HSL color Cylindrical-coordinate representation of color #6FA194: hue angle of 164.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA194 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 161 148 -
CMYK 0.31 0 0.08 0.37
HSL 164.4º 0.21% 0.53% -
HSV(B) 164.4º 0.31% 0.63% -
XYZ 24.65 31.01 32.7 -
YUV 144.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 111 161 148 0.31 0 0.08 0.37 164.4 0.21 0.53
Hex 6F A1 94 1F 0 8 25 A4 15 35
Octal 157 241 224 37 0 10 45 244 25 65
Binary 1101111 10100001 10010100 11111 0 1000 100101 10100100 10101 110101

Color Harmonies of #6FA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA194

Black with #6FA194

Text Example


Text Example

White with #6FA194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,161,148); }

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

background-color css

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

 a { background-color: rgb(111,161,148); }

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

border-color css

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

 span { border-color: rgb(111,161,148); }

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