#678394

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

Shades of Horizon #678394

Tints of Horizon #678394

Color information

#678394 (or 0x678394) is unknown color: approx Horizon. HEX triplet: 67, 83 and 94. RGB value is (103,131,148). Sum of RGB (Red+Green+Blue) = 103+131+148=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 148 - color contains mainly: blue. Hex color #678394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678394 is #987C6B. Grayscale: #7C7C7C. Windows color (decimal): -9993324 or 9732967. OLE color: 9732967.

HSL color Cylindrical-coordinate representation of color #678394: hue angle of 202.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #678394 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103131148-
CMYK0.300.1100.42
HSL202.67º17.93%49.22%-
HSV(B)202.67º30.41%58.04%-
XYZ19.0621.2531.12-
YUV124.57141.22112.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.96%
GREEN value IS 131 (51.56% from 255) = 34.29%
BLUE value IS 148 (58.20% from 255) = 38.74%
R=26.96%
G=34.29%
B=38.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031311480.300.1100.42202.6717.9349.22
Hex6783941EB02Acb1231
Octal14720322436130523132261
Binary1100111100000111001010011110101101010101100101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678394; }

 p { color: rgb(103,131,148); }

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

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

 a { background-color: rgb(103,131,148); }

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

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

 span { border-color: rgb(103,131,148); }

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