#618199

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

Shades of Horizon #618199

Tints of Horizon #618199

Color information

#618199 (or 0x618199) is unknown color: approx Horizon. HEX triplet: 61, 81 and 99. RGB value is (97,129,153). Sum of RGB (Red+Green+Blue) = 97+129+153=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #618199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618199 is #9E7E66. Grayscale: #7A7A7A. Windows color (decimal): -10387047 or 10060129. OLE color: 10060129.

HSL color Cylindrical-coordinate representation of color #618199: hue angle of 205.71º 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 #618199 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB97129153-
CMYK0.370.1600.4
HSL205.71º22.4%49.02%-
HSV(B)205.71º36.6%60%-
XYZ18.5320.5433.13-
YUV122.17145.4110.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.59%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=25.59%
G=34.04%
B=40.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971291530.370.1600.4205.7122.449.02
Hex6181992510028ce1631
Octal14120123145200503162661
Binary110000110000001100110011001011000001010001100111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618199; }

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

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

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

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

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

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

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

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