#678E9C

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

Shades of Horizon #678E9C

Tints of Horizon #678E9C

Color information

#678E9C (or 0x678E9C) is unknown color: approx Horizon. HEX triplet: 67, 8E and 9C. RGB value is (103,142,156). Sum of RGB (Red+Green+Blue) = 103+142+156=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #678E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678E9C is #987163. Grayscale: #838383. Windows color (decimal): -9990500 or 10260071. OLE color: 10260071.

HSL color Cylindrical-coordinate representation of color #678E9C: hue angle of 195.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #678E9C is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB103142156-
CMYK0.340.0900.39
HSL195.85º21.12%50.78%-
HSV(B)195.85º33.97%61.18%-
XYZ21.2724.6335.09-
YUV131.94141.58107.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.69%
GREEN value IS 142 (55.86% from 255) = 35.41%
BLUE value IS 156 (61.33% from 255) = 38.90%
R=25.69%
G=35.41%
B=38.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031421560.340.0900.39195.8521.1250.78
Hex678E9C229027c41533
Octal14721623442110473042563
Binary11001111000111010011100100010100101001111100010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678E9C; }

 p { color: rgb(103,142,156); }

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

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

 a { background-color: rgb(103,142,156); }

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

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

 span { border-color: rgb(103,142,156); }

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