#618798

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

Shades of Horizon #618798

Tints of Horizon #618798

Color information

#618798 (or 0x618798) is unknown color: approx Horizon. HEX triplet: 61, 87 and 98. RGB value is (97,135,152). Sum of RGB (Red+Green+Blue) = 97+135+152=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 152 - color contains mainly: blue. Hex color #618798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618798 is #9E7867. Grayscale: #7D7D7D. Windows color (decimal): -10385512 or 9996129. OLE color: 9996129.

HSL color Cylindrical-coordinate representation of color #618798: hue angle of 198.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #618798 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB97135152-
CMYK0.360.1100.40
HSL198.55º22.09%48.82%-
HSV(B)198.55º36.18%59.61%-
XYZ19.2622.1432.96-
YUV125.58142.91107.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.26%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 152 (59.77% from 255) = 39.58%
R=25.26%
G=35.16%
B=39.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971351520.360.1100.40198.5522.0948.82
Hex61879824B028c71631
Octal14120723044130503072661
Binary11000011000011110011000100100101101010001100011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618798; }

 p { color: rgb(97,135,152); }

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

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

 a { background-color: rgb(97,135,152); }

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

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

 span { border-color: rgb(97,135,152); }

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