#68838B

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

Shades of Gothic #68838B

Tints of Gothic #68838B

Color information

#68838B (or 0x68838B) is unknown color: approx Gothic. HEX triplet: 68, 83 and 8B. RGB value is (104,131,139). Sum of RGB (Red+Green+Blue) = 104+131+139=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #68838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68838B is #977C74. Grayscale: #7B7B7B. Windows color (decimal): -9927797 or 9143144. OLE color: 9143144.

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

Color convert

RGB104131139-
CMYK0.250.0600.45
HSL193.71º14.4%47.65%-
HSV(B)193.71º25.18%54.51%-
XYZ18.4921.0427.51-
YUV123.84136.55113.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.81%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 139 (54.69% from 255) = 37.17%
R=27.81%
G=35.03%
B=37.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041311390.250.0600.45193.7114.447.65
Hex68838B19602Dc2e30
Octal1502032133160553021660
Binary11010001000001110001011110011100101101110000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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