#638790

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

Shades of Horizon #638790

Tints of Horizon #638790

Color information

#638790 (or 0x638790) is unknown color: approx Horizon. HEX triplet: 63, 87 and 90. RGB value is (99,135,144). Sum of RGB (Red+Green+Blue) = 99+135+144=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #638790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638790 is #9C786F. Grayscale: #7D7D7D. Windows color (decimal): -10254448 or 9471843. OLE color: 9471843.

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

Color convert

RGB99135144-
CMYK0.310.0600.44
HSL192º18.52%47.65%-
HSV(B)192º31.25%56.47%-
XYZ18.8421.9929.64-
YUV125.26138.57109.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=26.19%
G=35.71%
B=38.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991351440.310.0600.4419218.5247.65
Hex6387901F602Cc01330
Octal1432072203760543002360
Binary110001110000111100100001111111001011001100000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638790; }

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

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

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

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

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

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

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

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