#68858C

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

Shades of Gothic #68858C

Tints of Gothic #68858C

Color information

#68858C (or 0x68858C) is unknown color: approx Gothic. HEX triplet: 68, 85 and 8C. RGB value is (104,133,140). Sum of RGB (Red+Green+Blue) = 104+133+140=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #68858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68858C is #977A73. Grayscale: #7D7D7D. Windows color (decimal): -9927284 or 9209192. OLE color: 9209192.

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

Color convert

RGB104133140-
CMYK0.260.0500.45
HSL191.67º14.75%47.84%-
HSV(B)191.67º25.71%54.9%-
XYZ18.8321.6127.99-
YUV125.13136.39112.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=27.59%
G=35.28%
B=37.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041331400.260.0500.45191.6714.7547.84
Hex68858C1A502Dc0f30
Octal1502052143250553001760
Binary11010001000010110001100110101010101101110000001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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