Html Css Color HEX #6B9384 Patina

📋 copy color: '#6B9384'

red 107 ◦ green 147 ◦ blue 132

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

Shades of Patina #6B9384

Tints of Patina #6B9384

RGB

 RED value IS 107 (42.19% from 255) = 27.72%

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

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

R = 27.72%
G = 38.08%
B = 34.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#6B9384 (or 0x6B9384) is known color: Patina. HEX triplet: 6B, 93 and 84. RGB value is (107,147,132). Sum of RGB (Red+Green+Blue) = 107+147+132=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9384 is #946C7B. Grayscale: #858585. Windows color (decimal): -9727100 or 8688491. OLE color: 8688491.

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

Color convert

RGB 107 147 132 -
CMYK 0.27 0 0.10 0.42
HSL 157.5º 0.16% 0.5% -
HSV(B) 157.5º 0.27% 0.58% -
XYZ 20.66 25.66 25.69 -
YUV 133.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 107 147 132 0.27 0 0.10 0.42 157.5 0.16 0.5
Hex 6B 93 84 1B 0 A 2A 9E 10 32
Octal 153 223 204 33 0 12 52 236 20 62
Binary 1101011 10010011 10000100 11011 0 1010 101010 10011110 10000 110010

Color Harmonies of #6B9384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9384

Black with #6B9384

Text Example


Text Example

White with #6B9384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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