#678492

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

Shades of Horizon #678492

Tints of Horizon #678492

Color information

#678492 (or 0x678492) is unknown color: approx Horizon. HEX triplet: 67, 84 and 92. RGB value is (103,132,146). Sum of RGB (Red+Green+Blue) = 103+132+146=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #678492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678492 is #987B6D. Grayscale: #7C7C7C. Windows color (decimal): -9993070 or 9602151. OLE color: 9602151.

HSL color Cylindrical-coordinate representation of color #678492: hue angle of 199.53º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #678492 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB103132146-
CMYK0.290.1000.43
HSL199.53º17.27%48.82%-
HSV(B)199.53º29.45%57.25%-
XYZ19.0321.4630.33-
YUV124.92139.89112.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.03%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=27.03%
G=34.65%
B=38.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031321460.290.1000.43199.5317.2748.82
Hex6784921DA02Bc81131
Octal14720422235120533102161
Binary1100111100001001001001011101101001010111100100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678492; }

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

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

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

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

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

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

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

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