#678B95

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

Shades of Horizon #678B95

Tints of Horizon #678B95

Color information

#678B95 (or 0x678B95) is unknown color: approx Horizon. HEX triplet: 67, 8B and 95. RGB value is (103,139,149). Sum of RGB (Red+Green+Blue) = 103+139+149=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #678B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678B95 is #98746A. Grayscale: #818181. Windows color (decimal): -9991275 or 9800551. OLE color: 9800551.

HSL color Cylindrical-coordinate representation of color #678B95: hue angle of 193.04º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #678B95 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103139149-
CMYK0.310.0700.42
HSL193.04º18.25%49.41%-
HSV(B)193.04º30.87%58.43%-
XYZ20.2523.5231.91-
YUV129.38139.07109.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.34%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=26.34%
G=35.55%
B=38.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031391490.310.0700.42193.0418.2549.41
Hex678B951F702Ac11231
Octal1472132253770523012261
Binary110011110001011100101011111111101010101100000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,139,149); }

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

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

 a { background-color: rgb(103,139,149); }

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

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

 span { border-color: rgb(103,139,149); }

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