#619098

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

Shades of Horizon #619098

Tints of Horizon #619098

Color information

#619098 (or 0x619098) is unknown color: approx Horizon. HEX triplet: 61, 90 and 98. RGB value is (97,144,152). Sum of RGB (Red+Green+Blue) = 97+144+152=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 152 - color contains mainly: blue. Hex color #619098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619098 is #9E6F67. Grayscale: #828282. Windows color (decimal): -10383208 or 9998433. OLE color: 9998433.

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

Color convert

RGB97144152-
CMYK0.360.0500.40
HSL188.73º22.09%48.82%-
HSV(B)188.73º36.18%59.61%-
XYZ20.5724.7533.4-
YUV130.86139.93103.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=24.68%
G=36.64%
B=38.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971441520.360.0500.40188.7322.0948.82
Hex619098245028bd1631
Octal1412202304450502752661
Binary1100001100100001001100010010010101010001011110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619098; }

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

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

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

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

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

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

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

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