#6B9984

Color #6B9984 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #6B9984

Tints of Patina #6B9984

Color information

#6B9984 (or 0x6B9984) is unknown color: approx Patina. HEX triplet: 6B, 99 and 84. RGB value is (107,153,132). Sum of RGB (Red+Green+Blue) = 107+153+132=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9984 is #94667B. Grayscale: #888888. Windows color (decimal): -9725564 or 8690027. OLE color: 8690027.

HSL color Cylindrical-coordinate representation of color #6B9984: hue angle of 152.61º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B9984 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB107153132-
CMYK0.3000.140.4
HSL152.61º18.4%50.98%-
HSV(B)152.61º30.07%60%-
XYZ21.6227.5726.01-
YUV136.85125.26106.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.30%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=27.30%
G=39.03%
B=33.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1071531320.3000.140.4152.6118.450.98
Hex6B99841E0E28991233
Octal15323120436016502312263
Binary1101011100110011000010011110011101010001001100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B9984;
 }
 .AnyTagClassName
 {
   color: #6B9984;
 }
</style>
background-color css

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

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

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

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

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

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