#678A9A

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

Shades of Horizon #678A9A

Tints of Horizon #678A9A

Color information

#678A9A (or 0x678A9A) is unknown color: approx Horizon. HEX triplet: 67, 8A and 9A. RGB value is (103,138,154). Sum of RGB (Red+Green+Blue) = 103+138+154=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 154 - color contains mainly: blue. Hex color #678A9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678A9A is #987565. Grayscale: #818181. Windows color (decimal): -9991526 or 10127975. OLE color: 10127975.

HSL color Cylindrical-coordinate representation of color #678A9A: hue angle of 198.82º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #678A9A is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB103138154-
CMYK0.330.1000.40
HSL198.82º20.16%50.39%-
HSV(B)198.82º33.12%60.39%-
XYZ20.5123.3934.01-
YUV129.36141.9109.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.08%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=26.08%
G=34.94%
B=38.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031381540.330.1000.40198.8220.1650.39
Hex678A9A21A028c71432
Octal14721223241120503072462
Binary11001111000101010011010100001101001010001100011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,138,154); }

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

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

 a { background-color: rgb(103,138,154); }

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

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

 span { border-color: rgb(103,138,154); }

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