Html Css Color HEX #6F9384 Patina

📋 copy color: '#6F9384'

red 111 ◦ green 147 ◦ blue 132

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

Shades of Patina #6F9384

Tints of Patina #6F9384

RGB

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

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

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

R = 28.46%
G = 37.69%
B = 33.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#6F9384 (or 0x6F9384) is known color: Patina. HEX triplet: 6F, 93 and 84. RGB value is (111,147,132). Sum of RGB (Red+Green+Blue) = 111+147+132=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9384 is #906C7B. Grayscale: #868686. Windows color (decimal): -9464956 or 8688495. OLE color: 8688495.

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

Color convert

RGB 111 147 132 -
CMYK 0.24 0 0.10 0.42
HSL 155º 0.14% 0.51% -
HSV(B) 155º 0.24% 0.58% -
XYZ 21.15 25.91 25.72 -
YUV 134.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 111 147 132 0.24 0 0.10 0.42 155 0.14 0.51
Hex 6F 93 84 18 0 A 2A 9B E 33
Octal 157 223 204 30 0 12 52 233 16 63
Binary 1101111 10010011 10000100 11000 0 1010 101010 10011011 1110 110011

Color Harmonies of #6F9384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9384

Black with #6F9384

Text Example


Text Example

White with #6F9384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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