#618C99

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

Shades of Horizon #618C99

Tints of Horizon #618C99

Color information

#618C99 (or 0x618C99) is unknown color: approx Horizon. HEX triplet: 61, 8C and 99. RGB value is (97,140,153). Sum of RGB (Red+Green+Blue) = 97+140+153=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #618C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618C99 is #9E7366. Grayscale: #808080. Windows color (decimal): -10384231 or 10062945. OLE color: 10062945.

HSL color Cylindrical-coordinate representation of color #618C99: hue angle of 193.93º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #618C99 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB97140153-
CMYK0.370.0800.4
HSL193.93º22.4%49.02%-
HSV(B)193.93º36.6%60%-
XYZ20.0623.633.63-
YUV128.62141.75105.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=24.87%
G=35.90%
B=39.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971401530.370.0800.4193.9322.449.02
Hex618C99258028c21631
Octal14121423145100503022661
Binary11000011000110010011001100101100001010001100001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,140,153); }

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

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

 a { background-color: rgb(97,140,153); }

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

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

 span { border-color: rgb(97,140,153); }

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