#678797

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

Shades of Horizon #678797

Tints of Horizon #678797

Color information

#678797 (or 0x678797) is unknown color: approx Horizon. HEX triplet: 67, 87 and 97. RGB value is (103,135,151). Sum of RGB (Red+Green+Blue) = 103+135+151=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 151 - color contains mainly: blue. Hex color #678797 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678797 is #987868. Grayscale: #7F7F7F. Windows color (decimal): -9992297 or 9930599. OLE color: 9930599.

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

Color convert

RGB103135151-
CMYK0.320.1100.41
HSL200º18.9%49.8%-
HSV(B)200º31.79%59.22%-
XYZ19.8422.4532.56-
YUV127.26141.4110.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.48%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 151 (59.38% from 255) = 38.82%
R=26.48%
G=34.70%
B=38.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031351510.320.1100.4120018.949.8
Hex67879720B029c81332
Octal14720722740130513102362
Binary11001111000011110010111100000101101010011100100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678797; }

 p { color: rgb(103,135,151); }

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

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

 a { background-color: rgb(103,135,151); }

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

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

 span { border-color: rgb(103,135,151); }

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