#68858A

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

Shades of Gothic #68858A

Tints of Gothic #68858A

Color information

#68858A (or 0x68858A) is unknown color: approx Gothic. HEX triplet: 68, 85 and 8A. RGB value is (104,133,138). Sum of RGB (Red+Green+Blue) = 104+133+138=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 138 - color contains mainly: blue. Hex color #68858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68858A is #977A75. Grayscale: #7C7C7C. Windows color (decimal): -9927286 or 9078120. OLE color: 9078120.

HSL color Cylindrical-coordinate representation of color #68858A: hue angle of 188.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68858A is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB104133138-
CMYK0.250.0400.46
HSL188.82º14.05%47.45%-
HSV(B)188.82º24.64%54.12%-
XYZ18.6821.5527.22-
YUV124.9135.39113.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=27.73%
G=35.47%
B=36.8%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041331380.250.0400.46188.8214.0547.45
Hex68858A19402Ebde2f
Octal1502052123140562751657
Binary11010001000010110001010110011000101110101111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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