#678B96

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

Shades of Horizon #678B96

Tints of Horizon #678B96

Color information

#678B96 (or 0x678B96) is unknown color: approx Horizon. HEX triplet: 67, 8B and 96. RGB value is (103,139,150). Sum of RGB (Red+Green+Blue) = 103+139+150=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 150 - color contains mainly: blue. Hex color #678B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678B96 is #987469. Grayscale: #818181. Windows color (decimal): -9991274 or 9866087. OLE color: 9866087.

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

Color convert

RGB103139150-
CMYK0.310.0700.41
HSL194.04º18.58%49.61%-
HSV(B)194.04º31.33%58.82%-
XYZ20.3323.5532.33-
YUV129.49139.57109.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.28%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 150 (58.98% from 255) = 38.27%
R=26.28%
G=35.46%
B=38.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031391500.310.0700.41194.0418.5849.61
Hex678B961F7029c21332
Octal1472132263770513022362
Binary110011110001011100101101111111101010011100001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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