Html Css Color HEX #6B917E Patina

📋 copy color: '#6B917E'

red 107 ◦ green 145 ◦ blue 126

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

Shades of Patina #6B917E

Tints of Patina #6B917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.36%

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 28.31%
G = 38.36%
B = 33.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#6B917E (or 0x6B917E) is known color: Patina. HEX triplet: 6B, 91 and 7E. RGB value is (107,145,126). Sum of RGB (Red+Green+Blue) = 107+145+126=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #6B917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B917E is #946E81. Grayscale: #838383. Windows color (decimal): -9727618 or 8294763. OLE color: 8294763.

HSL color Cylindrical-coordinate representation of color #6B917E: hue angle of 150º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B917E is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 145 126 -
CMYK 0.26 0 0.13 0.43
HSL 150º 0.15% 0.49% -
HSV(B) 150º 0.26% 0.57% -
XYZ 19.95 24.88 23.49 -
YUV 131.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 107 145 126 0.26 0 0.13 0.43 150 0.15 0.49
Hex 6B 91 7E 1A 0 D 2B 96 F 31
Octal 153 221 176 32 0 15 53 226 17 61
Binary 1101011 10010001 1111110 11010 0 1101 101011 10010110 1111 110001

Color Harmonies of #6B917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B917E

Black with #6B917E

Text Example


Text Example

White with #6B917E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,145,126); }

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

background-color css

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

 a { background-color: rgb(107,145,126); }

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

border-color css

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

 span { border-color: rgb(107,145,126); }

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