#678C9B

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

Shades of Horizon #678C9B

Tints of Horizon #678C9B

Color information

#678C9B (or 0x678C9B) is unknown color: approx Horizon. HEX triplet: 67, 8C and 9B. RGB value is (103,140,155). Sum of RGB (Red+Green+Blue) = 103+140+155=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #678C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678C9B is #987364. Grayscale: #828282. Windows color (decimal): -9991013 or 10194023. OLE color: 10194023.

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

Color convert

RGB103140155-
CMYK0.340.1000.39
HSL197.31º20.63%50.59%-
HSV(B)197.31º33.55%60.78%-
XYZ20.8924.0134.54-
YUV130.65141.74108.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.88%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=25.88%
G=35.18%
B=38.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031401550.340.1000.39197.3120.6350.59
Hex678C9B22A027c51533
Octal14721423342120473052563
Binary11001111000110010011011100010101001001111100010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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