Html Css Color HEX #6A9E8A Patina

📋 copy color: '#6A9E8A'

red 106 ◦ green 158 ◦ blue 138

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

Shades of Patina #6A9E8A

Tints of Patina #6A9E8A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.3%

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

R = 26.37%
G = 39.3%
B = 34.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#6A9E8A (or 0x6A9E8A) is known color: Patina. HEX triplet: 6A, 9E and 8A. RGB value is (106,158,138). Sum of RGB (Red+Green+Blue) = 106+158+138=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 158 - color contains mainly: green. Hex color #6A9E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9E8A is #956175. Grayscale: #8C8C8C. Windows color (decimal): -9789814 or 9084522. OLE color: 9084522.

HSL color Cylindrical-coordinate representation of color #6A9E8A: hue angle of 156.92º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A9E8A is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 158 138 -
CMYK 0.33 0 0.13 0.38
HSL 156.92º 0.21% 0.52% -
HSV(B) 156.92º 0.33% 0.62% -
XYZ 22.76 29.35 28.51 -
YUV 140.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 106 158 138 0.33 0 0.13 0.38 156.92 0.21 0.52
Hex 6A 9E 8A 21 0 D 26 9D 15 34
Octal 152 236 212 41 0 15 46 235 25 64
Binary 1101010 10011110 10001010 100001 0 1101 100110 10011101 10101 110100

Color Harmonies of #6A9E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9E8A

Black with #6A9E8A

Text Example


Text Example

White with #6A9E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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