#678696

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

Shades of Horizon #678696

Tints of Horizon #678696

Color information

#678696 (or 0x678696) is unknown color: approx Horizon. HEX triplet: 67, 86 and 96. RGB value is (103,134,150). Sum of RGB (Red+Green+Blue) = 103+134+150=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #678696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678696 is #987969. Grayscale: #7E7E7E. Windows color (decimal): -9992554 or 9864807. OLE color: 9864807.

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

Color convert

RGB103134150-
CMYK0.310.1100.41
HSL200.43º18.58%49.61%-
HSV(B)200.43º31.33%58.82%-
XYZ19.6222.1432.09-
YUV126.56141.23111.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.61%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=26.61%
G=34.63%
B=38.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031341500.310.1100.41200.4318.5849.61
Hex6786961FB029c81332
Octal14720622637130513102362
Binary1100111100001101001011011111101101010011100100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678696; }

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

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

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

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

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

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

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

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