#6C8691

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

Shades of Gothic #6C8691

Tints of Gothic #6C8691

Color information

#6C8691 (or 0x6C8691) is unknown color: approx Gothic. HEX triplet: 6C, 86 and 91. RGB value is (108,134,145). Sum of RGB (Red+Green+Blue) = 108+134+145=387 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.91% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C8691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8691 is #93796E. Grayscale: #7F7F7F. Windows color (decimal): -9664879 or 9537132. OLE color: 9537132.

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

Color convert

RGB108134145-
CMYK0.260.0800.43
HSL197.84º14.62%49.61%-
HSV(B)197.84º25.52%56.86%-
XYZ19.8222.2830.04-
YUV127.48137.89114.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.91%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=27.91%
G=34.63%
B=37.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1081341450.260.0800.43197.8414.6249.61
Hex6C86911A802Bc6f32
Octal15420622132100533061762
Binary110110010000110100100011101010000101011110001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,134,145); }

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

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

 a { background-color: rgb(108,134,145); }

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

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

 span { border-color: rgb(108,134,145); }

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