#638694

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

Shades of Horizon #638694

Tints of Horizon #638694

Color information

#638694 (or 0x638694) is unknown color: approx Horizon. HEX triplet: 63, 86 and 94. RGB value is (99,134,148). Sum of RGB (Red+Green+Blue) = 99+134+148=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #638694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638694 is #9C796B. Grayscale: #7D7D7D. Windows color (decimal): -10254700 or 9733731. OLE color: 9733731.

HSL color Cylindrical-coordinate representation of color #638694: hue angle of 197.14º 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 #638694 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB99134148-
CMYK0.330.0900.42
HSL197.14º19.84%48.43%-
HSV(B)197.14º33.11%58.04%-
XYZ19.0221.8431.23-
YUV125.13140.9109.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.98%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=25.98%
G=35.17%
B=38.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991341480.330.0900.42197.1419.8448.43
Hex63869421902Ac51430
Octal14320622441110523052460
Binary11000111000011010010100100001100101010101100010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638694; }

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

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

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

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

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

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

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

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