#678D9B

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

Shades of Horizon #678D9B

Tints of Horizon #678D9B

Color information

#678D9B (or 0x678D9B) is unknown color: approx Horizon. HEX triplet: 67, 8D and 9B. RGB value is (103,141,155). Sum of RGB (Red+Green+Blue) = 103+141+155=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #678D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678D9B is #987264. Grayscale: #838383. Windows color (decimal): -9990757 or 10194279. OLE color: 10194279.

HSL color Cylindrical-coordinate representation of color #678D9B: hue angle of 196.15º 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 #678D9B is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB103141155-
CMYK0.340.0900.39
HSL196.15º20.63%50.59%-
HSV(B)196.15º33.55%60.78%-
XYZ21.0324.334.59-
YUV131.23141.41107.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.81%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=25.81%
G=35.34%
B=38.85%

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
Decimal1031411550.340.0900.39196.1520.6350.59
Hex678D9B229027c41533
Octal14721523342110473042563
Binary11001111000110110011011100010100101001111100010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,141,155); }

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

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

 a { background-color: rgb(103,141,155); }

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

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

 span { border-color: rgb(103,141,155); }

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