Html Css Color HEX #6A998A Patina

📋 copy color: '#6A998A'

red 106 ◦ green 153 ◦ blue 138

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

Shades of Patina #6A998A

Tints of Patina #6A998A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 26.7%
G = 38.54%
B = 34.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#6A998A (or 0x6A998A) is known color: Patina. HEX triplet: 6A, 99 and 8A. RGB value is (106,153,138). Sum of RGB (Red+Green+Blue) = 106+153+138=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #6A998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A998A is #956675. Grayscale: #898989. Windows color (decimal): -9791094 or 9083242. OLE color: 9083242.

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

Color convert

RGB 106 153 138 -
CMYK 0.31 0 0.10 0.4
HSL 160.85º 0.19% 0.51% -
HSV(B) 160.85º 0.31% 0.6% -
XYZ 21.92 27.68 28.23 -
YUV 137.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 106 153 138 0.31 0 0.10 0.4 160.85 0.19 0.51
Hex 6A 99 8A 1F 0 A 28 A1 13 33
Octal 152 231 212 37 0 12 50 241 23 63
Binary 1101010 10011001 10001010 11111 0 1010 101000 10100001 10011 110011

Color Harmonies of #6A998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A998A

Black with #6A998A

Text Example


Text Example

White with #6A998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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