#678C96

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

Shades of Horizon #678C96

Tints of Horizon #678C96

Color information

#678C96 (or 0x678C96) is unknown color: approx Horizon. HEX triplet: 67, 8C and 96. RGB value is (103,140,150). Sum of RGB (Red+Green+Blue) = 103+140+150=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #678C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678C96 is #987369. Grayscale: #828282. Windows color (decimal): -9991018 or 9866343. OLE color: 9866343.

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

Color convert

RGB103140150-
CMYK0.310.0700.41
HSL192.77º18.58%49.61%-
HSV(B)192.77º31.33%58.82%-
XYZ20.4823.8432.38-
YUV130.08139.24108.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.21%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 150 (58.98% from 255) = 38.17%
R=26.21%
G=35.62%
B=38.17%

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
Decimal1031401500.310.0700.41192.7718.5849.61
Hex678C961F7029c11332
Octal1472142263770513012362
Binary110011110001100100101101111111101010011100000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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