Html Css Color HEX #6A9985 Patina

📋 copy color: '#6A9985'

red 106 ◦ green 153 ◦ blue 133

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

Shades of Patina #6A9985

Tints of Patina #6A9985

RGB

 RED value IS 106 (41.8% from 255) = 27.04%

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

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

R = 27.04%
G = 39.03%
B = 33.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#6A9985 (or 0x6A9985) is known color: Patina. HEX triplet: 6A, 99 and 85. RGB value is (106,153,133). Sum of RGB (Red+Green+Blue) = 106+153+133=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9985 is #95667A. Grayscale: #888888. Windows color (decimal): -9791099 or 8755562. OLE color: 8755562.

HSL color Cylindrical-coordinate representation of color #6A9985: hue angle of 154.47º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A9985 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 153 133 -
CMYK 0.31 0 0.13 0.4
HSL 154.47º 0.19% 0.51% -
HSV(B) 154.47º 0.31% 0.6% -
XYZ 21.57 27.54 26.37 -
YUV 136.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 106 153 133 0.31 0 0.13 0.4 154.47 0.19 0.51
Hex 6A 99 85 1F 0 D 28 9A 13 33
Octal 152 231 205 37 0 15 50 232 23 63
Binary 1101010 10011001 10000101 11111 0 1101 101000 10011010 10011 110011

Color Harmonies of #6A9985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9985

Black with #6A9985

Text Example


Text Example

White with #6A9985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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