Html Css Color HEX #6B9985 Patina

📋 copy color: '#6B9985'

red 107 ◦ green 153 ◦ blue 133

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

Shades of Patina #6B9985

Tints of Patina #6B9985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 27.23%
G = 38.93%
B = 33.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#6B9985 (or 0x6B9985) is known color: Patina. HEX triplet: 6B, 99 and 85. RGB value is (107,153,133). Sum of RGB (Red+Green+Blue) = 107+153+133=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9985 is #94667A. Grayscale: #898989. Windows color (decimal): -9725563 or 8755563. OLE color: 8755563.

HSL color Cylindrical-coordinate representation of color #6B9985: hue angle of 153.91º 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 #6B9985 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 107 153 133 -
CMYK 0.30 0 0.13 0.4
HSL 153.91º 0.18% 0.51% -
HSV(B) 153.91º 0.3% 0.6% -
XYZ 21.69 27.6 26.37 -
YUV 136.97 125.76 106.63 -
System Red Green Blue C M Y K H S L
Decimal 107 153 133 0.30 0 0.13 0.4 153.91 0.18 0.51
Hex 6B 99 85 1E 0 D 28 9A 12 33
Octal 153 231 205 36 0 15 50 232 22 63
Binary 1101011 10011001 10000101 11110 0 1101 101000 10011010 10010 110011

Color Harmonies of #6B9985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9985

Black with #6B9985

Text Example


Text Example

White with #6B9985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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