#6C8993

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

Shades of Gothic #6C8993

Tints of Gothic #6C8993

Color information

#6C8993 (or 0x6C8993) is unknown color: approx Gothic. HEX triplet: 6C, 89 and 93. RGB value is (108,137,147). Sum of RGB (Red+Green+Blue) = 108+137+147=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C8993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8993 is #93766C. Grayscale: #818181. Windows color (decimal): -9664109 or 9668972. OLE color: 9668972.

HSL color Cylindrical-coordinate representation of color #6C8993: hue angle of 195.38º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C8993 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB108137147-
CMYK0.270.0700.42
HSL195.38º15.29%50%-
HSV(B)195.38º26.53%57.65%-
XYZ20.423.1931-
YUV129.47137.89112.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.55%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 147 (57.81% from 255) = 37.5%
R=27.55%
G=34.95%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1081371470.270.0700.42195.3815.2950
Hex6C89931B702Ac3f32
Octal1542112233370523031762
Binary11011001000100110010011110111110101010110000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,137,147); }

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

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

 a { background-color: rgb(108,137,147); }

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

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

 span { border-color: rgb(108,137,147); }

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