Html Css Color HEX #6B9E8D Patina

📋 copy color: '#6B9E8D'

red 107 ◦ green 158 ◦ blue 141

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

Shades of Patina #6B9E8D

Tints of Patina #6B9E8D

RGB

 RED value IS 107 (42.19% from 255) = 26.35%

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

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

R = 26.35%
G = 38.92%
B = 34.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#6B9E8D (or 0x6B9E8D) is known color: Patina. HEX triplet: 6B, 9E and 8D. RGB value is (107,158,141). Sum of RGB (Red+Green+Blue) = 107+158+141=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 158 - color contains mainly: green. Hex color #6B9E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9E8D is #946172. Grayscale: #8C8C8C. Windows color (decimal): -9724275 or 9281131. OLE color: 9281131.

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

Color convert

RGB 107 158 141 -
CMYK 0.32 0 0.11 0.38
HSL 160º 0.21% 0.52% -
HSV(B) 160º 0.32% 0.62% -
XYZ 23.1 29.5 29.68 -
YUV 140.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 107 158 141 0.32 0 0.11 0.38 160 0.21 0.52
Hex 6B 9E 8D 20 0 B 26 A0 15 34
Octal 153 236 215 40 0 13 46 240 25 64
Binary 1101011 10011110 10001101 100000 0 1011 100110 10100000 10101 110100

Color Harmonies of #6B9E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9E8D

Black with #6B9E8D

Text Example


Text Example

White with #6B9E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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