#678496

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

Shades of Horizon #678496

Tints of Horizon #678496

Color information

#678496 (or 0x678496) is unknown color: approx Horizon. HEX triplet: 67, 84 and 96. RGB value is (103,132,150). Sum of RGB (Red+Green+Blue) = 103+132+150=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #678496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678496 is #987B69. Grayscale: #7D7D7D. Windows color (decimal): -9993066 or 9864295. OLE color: 9864295.

HSL color Cylindrical-coordinate representation of color #678496: hue angle of 202.98º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #678496 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB103132150-
CMYK0.310.1200.41
HSL202.98º18.58%49.61%-
HSV(B)202.98º31.33%58.82%-
XYZ19.3521.5932-
YUV125.38141.89112.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.75%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 150 (58.98% from 255) = 38.96%
R=26.75%
G=34.29%
B=38.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031321500.310.1200.41202.9818.5849.61
Hex6784961FC029cb1332
Octal14720422637140513132362
Binary1100111100001001001011011111110001010011100101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678496; }

 p { color: rgb(103,132,150); }

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

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

 a { background-color: rgb(103,132,150); }

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

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

 span { border-color: rgb(103,132,150); }

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