#6C907E

Color #6C907E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #6C907E

Tints of Patina #6C907E

Color information

#6C907E (or 0x6C907E) is unknown color: approx Patina. HEX triplet: 6C, 90 and 7E. RGB value is (108,144,126). Sum of RGB (Red+Green+Blue) = 108+144+126=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #6C907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C907E is #936F81. Grayscale: #838383. Windows color (decimal): -9662338 or 8294508. OLE color: 8294508.

HSL color Cylindrical-coordinate representation of color #6C907E: hue angle of 150º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C907E is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB108144126-
CMYK0.2500.120.44
HSL150º14.29%49.41%-
HSV(B)150º25%56.47%-
XYZ19.9224.6423.44-
YUV131.18125.07111.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.57%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=28.57%
G=38.10%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1081441260.2500.120.4415014.2949.41
Hex6C907E190C2C96e31
Octal15422017631014542261661
Binary11011001001000011111101100101100101100100101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,144,126); }

 H1.HeaderClassName
 {
   color: #6C907E;
 }
 .AnyTagClassName
 {
   color: #6C907E;
 }
</style>
background-color css

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

 a { background-color: rgb(108,144,126); }

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

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

 span { border-color: rgb(108,144,126); }

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