#68838C

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

Shades of Gothic #68838C

Tints of Gothic #68838C

Color information

#68838C (or 0x68838C) is unknown color: approx Gothic. HEX triplet: 68, 83 and 8C. RGB value is (104,131,140). Sum of RGB (Red+Green+Blue) = 104+131+140=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #68838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68838C is #977C73. Grayscale: #7B7B7B. Windows color (decimal): -9927796 or 9208680. OLE color: 9208680.

HSL color Cylindrical-coordinate representation of color #68838C: hue angle of 195º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68838C is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB104131140-
CMYK0.260.0600.45
HSL195º14.75%47.84%-
HSV(B)195º25.71%54.9%-
XYZ18.5621.0727.9-
YUV123.95137.05113.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=27.73%
G=34.93%
B=37.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041311400.260.0600.4519514.7547.84
Hex68838C1A602Dc3f30
Octal1502032143260553031760
Binary11010001000001110001100110101100101101110000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68838C; }

 p { color: rgb(104,131,140); }

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

<style>
 a { background-color: #68838C; }

 a { background-color: rgb(104,131,140); }

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

<style>
 span { border-color: #68838C; }

 span { border-color: rgb(104,131,140); }

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