Html Css Color HEX #6A9E8D Patina

📋 copy color: '#6A9E8D'

red 106 ◦ green 158 ◦ blue 141

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

Shades of Patina #6A9E8D

Tints of Patina #6A9E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 26.17%
G = 39.01%
B = 34.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#6A9E8D (or 0x6A9E8D) is known color: Patina. HEX triplet: 6A, 9E and 8D. RGB value is (106,158,141). Sum of RGB (Red+Green+Blue) = 106+158+141=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 158 - color contains mainly: green. Hex color #6A9E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9E8D is #956172. Grayscale: #8C8C8C. Windows color (decimal): -9789811 or 9281130. OLE color: 9281130.

HSL color Cylindrical-coordinate representation of color #6A9E8D: hue angle of 160.38º 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 #6A9E8D is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 158 141 -
CMYK 0.33 0 0.11 0.38
HSL 160.38º 0.21% 0.52% -
HSV(B) 160.38º 0.33% 0.62% -
XYZ 22.98 29.44 29.67 -
YUV 140.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 106 158 141 0.33 0 0.11 0.38 160.38 0.21 0.52
Hex 6A 9E 8D 21 0 B 26 A0 15 34
Octal 152 236 215 41 0 13 46 240 25 64
Binary 1101010 10011110 10001101 100001 0 1011 100110 10100000 10101 110100

Color Harmonies of #6A9E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9E8D

Black with #6A9E8D

Text Example


Text Example

White with #6A9E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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