#638394

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

Shades of Horizon #638394

Tints of Horizon #638394

Color information

#638394 (or 0x638394) is unknown color: approx Horizon. HEX triplet: 63, 83 and 94. RGB value is (99,131,148). Sum of RGB (Red+Green+Blue) = 99+131+148=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #638394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638394 is #9C7C6B. Grayscale: #7B7B7B. Windows color (decimal): -10255468 or 9732963. OLE color: 9732963.

HSL color Cylindrical-coordinate representation of color #638394: hue angle of 200.82º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #638394 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB99131148-
CMYK0.330.1100.42
HSL200.82º19.84%48.43%-
HSV(B)200.82º33.11%58.04%-
XYZ18.6121.0231.09-
YUV123.37141.9110.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=26.19%
G=34.66%
B=39.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991311480.330.1100.42200.8219.8448.43
Hex63839421B02Ac91430
Octal14320322441130523112460
Binary11000111000001110010100100001101101010101100100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638394; }

 p { color: rgb(99,131,148); }

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

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

 a { background-color: rgb(99,131,148); }

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

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

 span { border-color: rgb(99,131,148); }

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