#68848D

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

Shades of Gothic #68848D

Tints of Gothic #68848D

Color information

#68848D (or 0x68848D) is unknown color: approx Gothic. HEX triplet: 68, 84 and 8D. RGB value is (104,132,141). Sum of RGB (Red+Green+Blue) = 104+132+141=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #68848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68848D is #977B72. Grayscale: #7C7C7C. Windows color (decimal): -9927539 or 9274472. OLE color: 9274472.

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

Color convert

RGB104132141-
CMYK0.260.0600.45
HSL194.59º15.1%48.04%-
HSV(B)194.59º26.24%55.29%-
XYZ18.7721.3728.33-
YUV124.65137.22113.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=27.59%
G=35.01%
B=37.40%

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
Decimal1041321410.260.0600.45194.5915.148.04
Hex68848D1A602Dc3f30
Octal1502042153260553031760
Binary11010001000010010001101110101100101101110000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68848D; }

 p { color: rgb(104,132,141); }

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

<style>
 a { background-color: #68848D; }

 a { background-color: rgb(104,132,141); }

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

<style>
 span { border-color: #68848D; }

 span { border-color: rgb(104,132,141); }

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