#618298

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

Shades of Horizon #618298

Tints of Horizon #618298

Color information

#618298 (or 0x618298) is unknown color: approx Horizon. HEX triplet: 61, 82 and 98. RGB value is (97,130,152). Sum of RGB (Red+Green+Blue) = 97+130+152=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #618298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618298 is #9E7D67. Grayscale: #7A7A7A. Windows color (decimal): -10386792 or 9994849. OLE color: 9994849.

HSL color Cylindrical-coordinate representation of color #618298: hue angle of 204º 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 #618298 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB97130152-
CMYK0.360.1400.40
HSL204º22.09%48.82%-
HSV(B)204º36.18%59.61%-
XYZ18.5820.7732.74-
YUV122.64144.57109.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.59%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=25.59%
G=34.30%
B=40.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971301520.360.1400.4020422.0948.82
Hex61829824E028cc1631
Octal14120223044160503142661
Binary11000011000001010011000100100111001010001100110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618298; }

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

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

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

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

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

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

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

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