Html Css Color HEX #6A9986 Patina

📋 copy color: '#6A9986'

red 106 ◦ green 153 ◦ blue 134

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

Shades of Patina #6A9986

Tints of Patina #6A9986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 26.97%
G = 38.93%
B = 34.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#6A9986 (or 0x6A9986) is known color: Patina. HEX triplet: 6A, 99 and 86. RGB value is (106,153,134). Sum of RGB (Red+Green+Blue) = 106+153+134=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9986 is #956679. Grayscale: #888888. Windows color (decimal): -9791098 or 8821098. OLE color: 8821098.

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

Color convert

RGB 106 153 134 -
CMYK 0.31 0 0.12 0.4
HSL 155.74º 0.19% 0.51% -
HSV(B) 155.74º 0.31% 0.6% -
XYZ 21.64 27.57 26.73 -
YUV 136.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 106 153 134 0.31 0 0.12 0.4 155.74 0.19 0.51
Hex 6A 99 86 1F 0 C 28 9C 13 33
Octal 152 231 206 37 0 14 50 234 23 63
Binary 1101010 10011001 10000110 11111 0 1100 101000 10011100 10011 110011

Color Harmonies of #6A9986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9986

Black with #6A9986

Text Example


Text Example

White with #6A9986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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