#638A9D

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

Shades of Horizon #638A9D

Tints of Horizon #638A9D

Color information

#638A9D (or 0x638A9D) is unknown color: approx Horizon. HEX triplet: 63, 8A and 9D. RGB value is (99,138,157). Sum of RGB (Red+Green+Blue) = 99+138+157=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #638A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638A9D is #9C7562. Grayscale: #808080. Windows color (decimal): -10253667 or 10324579. OLE color: 10324579.

HSL color Cylindrical-coordinate representation of color #638A9D: hue angle of 199.66º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #638A9D is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99138157-
CMYK0.370.1200.38
HSL199.66º22.83%50.2%-
HSV(B)199.66º36.94%61.57%-
XYZ20.3223.2635.32-
YUV128.5144.08106.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.13%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=25.13%
G=35.03%
B=39.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991381570.370.1200.38199.6622.8350.2
Hex638A9D25C026c81732
Octal14321223545140463102762
Binary11000111000101010011101100101110001001101100100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,138,157); }

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

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

 a { background-color: rgb(99,138,157); }

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

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

 span { border-color: rgb(99,138,157); }

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