Html Css Color HEX #6E9E8B Acapulco

📋 copy color: '#6E9E8B'

red 110 ◦ green 158 ◦ blue 139

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

Shades of Acapulco #6E9E8B

Tints of Acapulco #6E9E8B

RGB

 RED value IS 110 (43.36% from 255) = 27.03%

 GREEN value IS 158 (62.11% from 255) = 38.82%

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 27.03%
G = 38.82%
B = 34.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#6E9E8B (or 0x6E9E8B) is known color: Acapulco. HEX triplet: 6E, 9E and 8B. RGB value is (110,158,139). Sum of RGB (Red+Green+Blue) = 110+158+139=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 158 - color contains mainly: green. Hex color #6E9E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9E8B is #916174. Grayscale: #8D8D8D. Windows color (decimal): -9527669 or 9150062. OLE color: 9150062.

HSL color Cylindrical-coordinate representation of color #6E9E8B: hue angle of 156.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E9E8B is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 158 139 -
CMYK 0.30 0 0.12 0.38
HSL 156.25º 0.2% 0.53% -
HSV(B) 156.25º 0.3% 0.62% -
XYZ 23.32 29.63 28.92 -
YUV 141.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 110 158 139 0.30 0 0.12 0.38 156.25 0.2 0.53
Hex 6E 9E 8B 1E 0 C 26 9C 14 35
Octal 156 236 213 36 0 14 46 234 24 65
Binary 1101110 10011110 10001011 11110 0 1100 100110 10011100 10100 110101

Color Harmonies of #6E9E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9E8B

Black with #6E9E8B

Text Example


Text Example

White with #6E9E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,158,139); }

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

background-color css

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

 a { background-color: rgb(110,158,139); }

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

border-color css

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

 span { border-color: rgb(110,158,139); }

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