#618F98

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

Shades of Horizon #618F98

Tints of Horizon #618F98

Color information

#618F98 (or 0x618F98) is unknown color: approx Horizon. HEX triplet: 61, 8F and 98. RGB value is (97,143,152). Sum of RGB (Red+Green+Blue) = 97+143+152=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 152 - color contains mainly: blue. Hex color #618F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618F98 is #9E7067. Grayscale: #828282. Windows color (decimal): -10383464 or 9998177. OLE color: 9998177.

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

Color convert

RGB97143152-
CMYK0.360.0600.40
HSL189.82º22.09%48.82%-
HSV(B)189.82º36.18%59.61%-
XYZ20.4224.4533.35-
YUV130.27140.26104.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 143 (56.25% from 255) = 36.48%
BLUE value IS 152 (59.77% from 255) = 38.78%
R=24.74%
G=36.48%
B=38.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971431520.360.0600.40189.8222.0948.82
Hex618F98246028be1631
Octal1412172304460502762661
Binary1100001100011111001100010010011001010001011111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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