Html Css Color HEX #6E9384 Patina

📋 copy color: '#6E9384'

red 110 ◦ green 147 ◦ blue 132

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

Shades of Patina #6E9384

Tints of Patina #6E9384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 28.28%
G = 37.79%
B = 33.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#6E9384 (or 0x6E9384) is known color: Patina. HEX triplet: 6E, 93 and 84. RGB value is (110,147,132). Sum of RGB (Red+Green+Blue) = 110+147+132=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9384 is #916C7B. Grayscale: #868686. Windows color (decimal): -9530492 or 8688494. OLE color: 8688494.

HSL color Cylindrical-coordinate representation of color #6E9384: hue angle of 155.68º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E9384 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 147 132 -
CMYK 0.25 0 0.10 0.42
HSL 155.68º 0.15% 0.5% -
HSV(B) 155.68º 0.25% 0.58% -
XYZ 21.03 25.85 25.71 -
YUV 134.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 110 147 132 0.25 0 0.10 0.42 155.68 0.15 0.5
Hex 6E 93 84 19 0 A 2A 9C F 32
Octal 156 223 204 31 0 12 52 234 17 62
Binary 1101110 10010011 10000100 11001 0 1010 101010 10011100 1111 110010

Color Harmonies of #6E9384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9384

Black with #6E9384

Text Example


Text Example

White with #6E9384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,147,132); }

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

background-color css

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

 a { background-color: rgb(110,147,132); }

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

border-color css

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

 span { border-color: rgb(110,147,132); }

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