#638594

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

Shades of Horizon #638594

Tints of Horizon #638594

Color information

#638594 (or 0x638594) is unknown color: approx Horizon. HEX triplet: 63, 85 and 94. RGB value is (99,133,148). Sum of RGB (Red+Green+Blue) = 99+133+148=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #638594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638594 is #9C7A6B. Grayscale: #7C7C7C. Windows color (decimal): -10254956 or 9733475. OLE color: 9733475.

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

Color convert

RGB99133148-
CMYK0.330.1000.42
HSL198.37º19.84%48.43%-
HSV(B)198.37º33.11%58.04%-
XYZ18.8821.5731.18-
YUV124.54141.24109.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.05%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 148 (58.20% from 255) = 38.95%
R=26.05%
G=35%
B=38.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991331480.330.1000.42198.3719.8448.43
Hex63859421A02Ac61430
Octal14320522441120523062460
Binary11000111000010110010100100001101001010101100011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638594; }

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

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

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

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

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

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

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

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