#678693

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

Shades of Horizon #678693

Tints of Horizon #678693

Color information

#678693 (or 0x678693) is unknown color: approx Horizon. HEX triplet: 67, 86 and 93. RGB value is (103,134,147). Sum of RGB (Red+Green+Blue) = 103+134+147=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #678693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678693 is #98796C. Grayscale: #7E7E7E. Windows color (decimal): -9992557 or 9668199. OLE color: 9668199.

HSL color Cylindrical-coordinate representation of color #678693: hue angle of 197.73º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #678693 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103134147-
CMYK0.300.0900.42
HSL197.73º17.6%49.02%-
HSV(B)197.73º29.93%57.65%-
XYZ19.3922.0430.84-
YUV126.21139.73111.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.82%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=26.82%
G=34.90%
B=38.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031341470.300.0900.42197.7317.649.02
Hex6786931E902Ac61231
Octal14720622336110523062261
Binary1100111100001101001001111110100101010101100011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678693; }

 p { color: rgb(103,134,147); }

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

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

 a { background-color: rgb(103,134,147); }

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

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

 span { border-color: rgb(103,134,147); }

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