#678896

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

Shades of Horizon #678896

Tints of Horizon #678896

Color information

#678896 (or 0x678896) is unknown color: approx Horizon. HEX triplet: 67, 88 and 96. RGB value is (103,136,150). Sum of RGB (Red+Green+Blue) = 103+136+150=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: blue. Hex color #678896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678896 is #987769. Grayscale: #7F7F7F. Windows color (decimal): -9992042 or 9865319. OLE color: 9865319.

HSL color Cylindrical-coordinate representation of color #678896: hue angle of 197.87º 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 #678896 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB103136150-
CMYK0.310.0900.41
HSL197.87º18.58%49.61%-
HSV(B)197.87º31.33%58.82%-
XYZ19.922.6932.19-
YUV127.73140.57110.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.48%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 150 (58.98% from 255) = 38.56%
R=26.48%
G=34.96%
B=38.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031361500.310.0900.41197.8718.5849.61
Hex6788961F9029c61332
Octal14721022637110513062362
Binary1100111100010001001011011111100101010011100011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678896; }

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

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

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

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

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

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

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

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