#618893

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

Shades of Horizon #618893

Tints of Horizon #618893

Color information

#618893 (or 0x618893) is unknown color: approx Horizon. HEX triplet: 61, 88 and 93. RGB value is (97,136,147). Sum of RGB (Red+Green+Blue) = 97+136+147=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #618893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618893 is #9E776C. Grayscale: #7D7D7D. Windows color (decimal): -10385261 or 9668705. OLE color: 9668705.

HSL color Cylindrical-coordinate representation of color #618893: hue angle of 193.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #618893 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97136147-
CMYK0.340.0700.42
HSL193.2º20.49%47.84%-
HSV(B)193.2º34.01%57.65%-
XYZ1922.2630.9-
YUV125.59140.08107.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 136 (53.52% from 255) = 35.79%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=25.53%
G=35.79%
B=38.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971361470.340.0700.42193.220.4947.84
Hex61889322702Ac11430
Octal1412102234270523012460
Binary1100001100010001001001110001011101010101100000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618893; }

 p { color: rgb(97,136,147); }

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

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

 a { background-color: rgb(97,136,147); }

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

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

 span { border-color: rgb(97,136,147); }

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