#618A98

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

Shades of Horizon #618A98

Tints of Horizon #618A98

Color information

#618A98 (or 0x618A98) is unknown color: approx Horizon. HEX triplet: 61, 8A and 98. RGB value is (97,138,152). Sum of RGB (Red+Green+Blue) = 97+138+152=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 152 - color contains mainly: blue. Hex color #618A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618A98 is #9E7567. Grayscale: #7F7F7F. Windows color (decimal): -10384744 or 9996897. OLE color: 9996897.

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

Color convert

RGB97138152-
CMYK0.360.0900.40
HSL195.27º22.09%48.82%-
HSV(B)195.27º36.18%59.61%-
XYZ19.6922.9933.1-
YUV127.34141.92106.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 152 (59.77% from 255) = 39.28%
R=25.06%
G=35.66%
B=39.28%

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
Decimal971381520.360.0900.40195.2722.0948.82
Hex618A98249028c31631
Octal14121223044110503032661
Binary11000011000101010011000100100100101010001100001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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