#618B98

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

Shades of Horizon #618B98

Tints of Horizon #618B98

Color information

#618B98 (or 0x618B98) is unknown color: approx Horizon. HEX triplet: 61, 8B and 98. RGB value is (97,139,152). Sum of RGB (Red+Green+Blue) = 97+139+152=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #618B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618B98 is #9E7467. Grayscale: #7F7F7F. Windows color (decimal): -10384488 or 9997153. OLE color: 9997153.

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

Color convert

RGB97139152-
CMYK0.360.0900.40
HSL194.18º22.09%48.82%-
HSV(B)194.18º36.18%59.61%-
XYZ19.8323.2733.15-
YUV127.92141.59105.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25%
GREEN value IS 139 (54.69% from 255) = 35.82%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=25%
G=35.82%
B=39.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971391520.360.0900.40194.1822.0948.82
Hex618B98249028c21631
Octal14121323044110503022661
Binary11000011000101110011000100100100101010001100001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618B98; }

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

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

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

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

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

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

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

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