#678495

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

Shades of Horizon #678495

Tints of Horizon #678495

Color information

#678495 (or 0x678495) is unknown color: approx Horizon. HEX triplet: 67, 84 and 95. RGB value is (103,132,149). Sum of RGB (Red+Green+Blue) = 103+132+149=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: blue. Hex color #678495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678495 is #987B6A. Grayscale: #7D7D7D. Windows color (decimal): -9993067 or 9798759. OLE color: 9798759.

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

Color convert

RGB103132149-
CMYK0.310.1100.42
HSL202.17º18.25%49.41%-
HSV(B)202.17º30.87%58.43%-
XYZ19.2721.5631.58-
YUV125.27141.39112.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.82%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=26.82%
G=34.38%
B=38.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031321490.310.1100.42202.1718.2549.41
Hex6784951FB02Aca1231
Octal14720422537130523122261
Binary1100111100001001001010111111101101010101100101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678495; }

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

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

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

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

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

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

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

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