#638D99

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

Shades of Horizon #638D99

Tints of Horizon #638D99

Color information

#638D99 (or 0x638D99) is unknown color: approx Horizon. HEX triplet: 63, 8D and 99. RGB value is (99,141,153). Sum of RGB (Red+Green+Blue) = 99+141+153=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #638D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638D99 is #9C7266. Grayscale: #818181. Windows color (decimal): -10252903 or 10063203. OLE color: 10063203.

HSL color Cylindrical-coordinate representation of color #638D99: hue angle of 193.33º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #638D99 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB99141153-
CMYK0.350.0800.4
HSL193.33º21.43%49.41%-
HSV(B)193.33º35.29%60%-
XYZ20.422433.69-
YUV129.81141.09106.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.19%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=25.19%
G=35.88%
B=38.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991411530.350.0800.4193.3321.4349.41
Hex638D99238028c11531
Octal14321523143100503012561
Binary11000111000110110011001100011100001010001100000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638D99; }

 p { color: rgb(99,141,153); }

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

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

 a { background-color: rgb(99,141,153); }

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

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

 span { border-color: rgb(99,141,153); }

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