#638998

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

Shades of Horizon #638998

Tints of Horizon #638998

Color information

#638998 (or 0x638998) is unknown color: approx Horizon. HEX triplet: 63, 89 and 98. RGB value is (99,137,152). Sum of RGB (Red+Green+Blue) = 99+137+152=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #638998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638998 is #9C7667. Grayscale: #7F7F7F. Windows color (decimal): -10253928 or 9996643. OLE color: 9996643.

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

Color convert

RGB99137152-
CMYK0.350.1000.40
HSL196.98º21.12%49.22%-
HSV(B)196.98º34.87%59.61%-
XYZ19.7622.8133.07-
YUV127.35141.91107.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.52%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=25.52%
G=35.31%
B=39.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991371520.350.1000.40196.9821.1249.22
Hex63899823A028c51531
Octal14321123043120503052561
Binary11000111000100110011000100011101001010001100010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638998; }

 p { color: rgb(99,137,152); }

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

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

 a { background-color: rgb(99,137,152); }

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

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

 span { border-color: rgb(99,137,152); }

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