#68848B

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

Shades of Gothic #68848B

Tints of Gothic #68848B

Color information

#68848B (or 0x68848B) is unknown color: approx Gothic. HEX triplet: 68, 84 and 8B. RGB value is (104,132,139). Sum of RGB (Red+Green+Blue) = 104+132+139=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #68848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68848B is #977B74. Grayscale: #7C7C7C. Windows color (decimal): -9927541 or 9143400. OLE color: 9143400.

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

Color convert

RGB104132139-
CMYK0.250.0500.45
HSL192º14.4%47.65%-
HSV(B)192º25.18%54.51%-
XYZ18.6221.3127.56-
YUV124.43136.22113.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=27.73%
G=35.2%
B=37.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041321390.250.0500.4519214.447.65
Hex68848B19502Dc0e30
Octal1502042133150553001660
Binary11010001000010010001011110011010101101110000001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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