#638A9B

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

Shades of Horizon #638A9B

Tints of Horizon #638A9B

Color information

#638A9B (or 0x638A9B) is unknown color: approx Horizon. HEX triplet: 63, 8A and 9B. RGB value is (99,138,155). Sum of RGB (Red+Green+Blue) = 99+138+155=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #638A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638A9B is #9C7564. Grayscale: #808080. Windows color (decimal): -10253669 or 10193507. OLE color: 10193507.

HSL color Cylindrical-coordinate representation of color #638A9B: hue angle of 198.21º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #638A9B is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99138155-
CMYK0.360.1100.39
HSL198.21º22.05%49.8%-
HSV(B)198.21º36.13%60.78%-
XYZ20.1523.234.43-
YUV128.28143.08107.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.26%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=25.26%
G=35.20%
B=39.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991381550.360.1100.39198.2122.0549.8
Hex638A9B24B027c61632
Octal14321223344130473062662
Binary11000111000101010011011100100101101001111100011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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