#618790

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

Shades of Horizon #618790

Tints of Horizon #618790

Color information

#618790 (or 0x618790) is unknown color: approx Horizon. HEX triplet: 61, 87 and 90. RGB value is (97,135,144). Sum of RGB (Red+Green+Blue) = 97+135+144=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #618790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618790 is #9E786F. Grayscale: #7C7C7C. Windows color (decimal): -10385520 or 9471841. OLE color: 9471841.

HSL color Cylindrical-coordinate representation of color #618790: hue angle of 191.49º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #618790 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97135144-
CMYK0.330.0600.44
HSL191.49º19.5%47.25%-
HSV(B)191.49º32.64%56.47%-
XYZ18.6321.8829.63-
YUV124.66138.91108.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=25.80%
G=35.90%
B=38.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971351440.330.0600.44191.4919.547.25
Hex61879021602Cbf142f
Octal1412072204160542772457
Binary1100001100001111001000010000111001011001011111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618790; }

 p { color: rgb(97,135,144); }

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

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

 a { background-color: rgb(97,135,144); }

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

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

 span { border-color: rgb(97,135,144); }

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