#678795

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

Shades of Horizon #678795

Tints of Horizon #678795

Color information

#678795 (or 0x678795) is unknown color: approx Horizon. HEX triplet: 67, 87 and 95. RGB value is (103,135,149). Sum of RGB (Red+Green+Blue) = 103+135+149=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #678795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678795 is #98786A. Grayscale: #7E7E7E. Windows color (decimal): -9992299 or 9799527. OLE color: 9799527.

HSL color Cylindrical-coordinate representation of color #678795: hue angle of 198.26º 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 #678795 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103135149-
CMYK0.310.0900.42
HSL198.26º18.25%49.41%-
HSV(B)198.26º30.87%58.43%-
XYZ19.6822.3831.72-
YUV127.03140.4110.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.61%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=26.61%
G=34.88%
B=38.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031351490.310.0900.42198.2618.2549.41
Hex6787951F902Ac61231
Octal14720722537110523062261
Binary1100111100001111001010111111100101010101100011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678795; }

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

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

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

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

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

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

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

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