#678790

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

Shades of Gothic #678790

Tints of Gothic #678790

Color information

#678790 (or 0x678790) is unknown color: approx Gothic. HEX triplet: 67, 87 and 90. RGB value is (103,135,144). Sum of RGB (Red+Green+Blue) = 103+135+144=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #678790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678790 is #98786F. Grayscale: #7E7E7E. Windows color (decimal): -9992304 or 9471847. OLE color: 9471847.

HSL color Cylindrical-coordinate representation of color #678790: hue angle of 193.17º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #678790 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB103135144-
CMYK0.280.0600.44
HSL193.17º16.6%48.43%-
HSV(B)193.17º28.47%56.47%-
XYZ19.2922.2329.66-
YUV126.46137.9111.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.96%
GREEN value IS 135 (53.12% from 255) = 35.34%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=26.96%
G=35.34%
B=37.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031351440.280.0600.44193.1716.648.43
Hex6787901C602Cc11130
Octal1472072203460543012160
Binary110011110000111100100001110011001011001100000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678790; }

 p { color: rgb(103,135,144); }

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

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

 a { background-color: rgb(103,135,144); }

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

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

 span { border-color: rgb(103,135,144); }

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