#68858B

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

Shades of Gothic #68858B

Tints of Gothic #68858B

Color information

#68858B (or 0x68858B) is unknown color: approx Gothic. HEX triplet: 68, 85 and 8B. RGB value is (104,133,139). Sum of RGB (Red+Green+Blue) = 104+133+139=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #68858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68858B is #977A74. Grayscale: #7C7C7C. Windows color (decimal): -9927285 or 9143656. OLE color: 9143656.

HSL color Cylindrical-coordinate representation of color #68858B: hue angle of 190.29º 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 #68858B is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB104133139-
CMYK0.250.0400.45
HSL190.29º14.4%47.65%-
HSV(B)190.29º25.18%54.51%-
XYZ18.7621.5827.6-
YUV125.01135.89113.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=27.66%
G=35.37%
B=36.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041331390.250.0400.45190.2914.447.65
Hex68858B19402Dbee30
Octal1502052133140552761660
Binary11010001000010110001011110011000101101101111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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