#6C8385

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

Shades of Gothic #6C8385

Tints of Gothic #6C8385

Color information

#6C8385 (or 0x6C8385) is unknown color: approx Gothic. HEX triplet: 6C, 83 and 85. RGB value is (108,131,133). Sum of RGB (Red+Green+Blue) = 108+131+133=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C8385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8385 is #937C7A. Grayscale: #7C7C7C. Windows color (decimal): -9665659 or 8749932. OLE color: 8749932.

HSL color Cylindrical-coordinate representation of color #6C8385: hue angle of 184.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C8385 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB108131133-
CMYK0.190.0200.48
HSL184.8º10.37%47.25%-
HSV(B)184.8º18.8%52.16%-
XYZ18.5321.1125.29-
YUV124.35132.88116.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.03%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=29.03%
G=35.22%
B=35.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081311330.190.0200.48184.810.3747.25
Hex6C8385132030b9a2f
Octal1542032052320602711257
Binary1101100100000111000010110011100110000101110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,131,133); }

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

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

 a { background-color: rgb(108,131,133); }

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

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

 span { border-color: rgb(108,131,133); }

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