#678890

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

Shades of Gothic #678890

Tints of Gothic #678890

Color information

#678890 (or 0x678890) is unknown color: approx Gothic. HEX triplet: 67, 88 and 90. RGB value is (103,136,144). Sum of RGB (Red+Green+Blue) = 103+136+144=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #678890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678890 is #98776F. Grayscale: #7E7E7E. Windows color (decimal): -9992048 or 9472103. OLE color: 9472103.

HSL color Cylindrical-coordinate representation of color #678890: hue angle of 191.71º 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 #678890 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB103136144-
CMYK0.280.0600.44
HSL191.71º16.6%48.43%-
HSV(B)191.71º28.47%56.47%-
XYZ19.4322.5129.71-
YUV127.04137.57110.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.89%
GREEN value IS 136 (53.52% from 255) = 35.51%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=26.89%
G=35.51%
B=37.60%

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
Decimal1031361440.280.0600.44191.7116.648.43
Hex6788901C602Cc01130
Octal1472102203460543002160
Binary110011110001000100100001110011001011001100000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678890; }

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

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

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

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

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

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

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

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