Html Css Color HEX #6FA094 Acapulco

📋 copy color: '#6FA094'

red 111 ◦ green 160 ◦ blue 148

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

Shades of Acapulco #6FA094

Tints of Acapulco #6FA094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.19%

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

R = 26.49%
G = 38.19%
B = 35.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#6FA094 (or 0x6FA094) is known color: Acapulco. HEX triplet: 6F, A0 and 94. RGB value is (111,160,148). Sum of RGB (Red+Green+Blue) = 111+160+148=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA094 is #905F6B. Grayscale: #8F8F8F. Windows color (decimal): -9461612 or 9740399. OLE color: 9740399.

HSL color Cylindrical-coordinate representation of color #6FA094: hue angle of 165.31º 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 #6FA094 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 160 148 -
CMYK 0.31 0 0.07 0.37
HSL 165.31º 0.21% 0.53% -
HSV(B) 165.31º 0.31% 0.63% -
XYZ 24.47 30.66 32.65 -
YUV 143.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 111 160 148 0.31 0 0.07 0.37 165.31 0.21 0.53
Hex 6F A0 94 1F 0 7 25 A5 15 35
Octal 157 240 224 37 0 7 45 245 25 65
Binary 1101111 10100000 10010100 11111 0 111 100101 10100101 10101 110101

Color Harmonies of #6FA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA094

Black with #6FA094

Text Example


Text Example

White with #6FA094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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