#618894

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

Shades of Horizon #618894

Tints of Horizon #618894

Color information

#618894 (or 0x618894) is unknown color: approx Horizon. HEX triplet: 61, 88 and 94. RGB value is (97,136,148). Sum of RGB (Red+Green+Blue) = 97+136+148=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #618894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618894 is #9E776B. Grayscale: #7D7D7D. Windows color (decimal): -10385260 or 9734241. OLE color: 9734241.

HSL color Cylindrical-coordinate representation of color #618894: hue angle of 194.12º degrees, saturation: 0.21, 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 #618894 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97136148-
CMYK0.340.0800.42
HSL194.12º20.82%48.04%-
HSV(B)194.12º34.46%58.04%-
XYZ19.0822.2931.31-
YUV125.71140.58107.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=25.46%
G=35.70%
B=38.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971361480.340.0800.42194.1220.8248.04
Hex61889422802Ac21530
Octal14121022442100523022560
Binary11000011000100010010100100010100001010101100001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618894; }

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

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

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

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

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

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

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

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