Html Css Color HEX #6B968A Patina

📋 copy color: '#6B968A'

red 107 ◦ green 150 ◦ blue 138

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

Shades of Patina #6B968A

Tints of Patina #6B968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.97%

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

R = 27.09%
G = 37.97%
B = 34.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#6B968A (or 0x6B968A) is known color: Patina. HEX triplet: 6B, 96 and 8A. RGB value is (107,150,138). Sum of RGB (Red+Green+Blue) = 107+150+138=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #6B968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B968A is #946975. Grayscale: #878787. Windows color (decimal): -9726326 or 9082475. OLE color: 9082475.

HSL color Cylindrical-coordinate representation of color #6B968A: hue angle of 163.26º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B968A is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 150 138 -
CMYK 0.29 0 0.08 0.41
HSL 163.26º 0.17% 0.5% -
HSV(B) 163.26º 0.29% 0.59% -
XYZ 21.56 26.77 28.08 -
YUV 135.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 107 150 138 0.29 0 0.08 0.41 163.26 0.17 0.5
Hex 6B 96 8A 1D 0 8 29 A3 11 32
Octal 153 226 212 35 0 10 51 243 21 62
Binary 1101011 10010110 10001010 11101 0 1000 101001 10100011 10001 110010

Color Harmonies of #6B968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B968A

Black with #6B968A

Text Example


Text Example

White with #6B968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,150,138); }

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

background-color css

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

 a { background-color: rgb(107,150,138); }

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

border-color css

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

 span { border-color: rgb(107,150,138); }

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