#678090

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

Shades of Lynch #678090

Tints of Lynch #678090

Color information

#678090 (or 0x678090) is unknown color: approx Lynch. HEX triplet: 67, 80 and 90. RGB value is (103,128,144). Sum of RGB (Red+Green+Blue) = 103+128+144=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #678090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678090 is #987F6F. Grayscale: #7A7A7A. Windows color (decimal): -9994096 or 9470055. OLE color: 9470055.

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

Color convert

RGB103128144-
CMYK0.280.1100.44
HSL203.41º16.6%48.43%-
HSV(B)203.41º28.47%56.47%-
XYZ18.3520.3429.34-
YUV122.35140.22114.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.47%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=27.47%
G=34.13%
B=38.4%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031281440.280.1100.44203.4116.648.43
Hex6780901CB02Ccb1130
Octal14720022034130543132160
Binary1100111100000001001000011100101101011001100101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678090; }

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

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

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

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

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

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

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

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