#638A97

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

Shades of Horizon #638A97

Tints of Horizon #638A97

Color information

#638A97 (or 0x638A97) is unknown color: approx Horizon. HEX triplet: 63, 8A and 97. RGB value is (99,138,151). Sum of RGB (Red+Green+Blue) = 99+138+151=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 151 - color contains mainly: blue. Hex color #638A97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638A97 is #9C7568. Grayscale: #7F7F7F. Windows color (decimal): -10253673 or 9931363. OLE color: 9931363.

HSL color Cylindrical-coordinate representation of color #638A97: hue angle of 195º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #638A97 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB99138151-
CMYK0.340.0900.41
HSL195º20.8%49.02%-
HSV(B)195º34.44%59.22%-
XYZ19.8223.0632.69-
YUV127.82141.08107.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.52%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=25.52%
G=35.57%
B=38.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991381510.340.0900.4119520.849.02
Hex638A97229029c31531
Octal14321222742110513032561
Binary11000111000101010010111100010100101010011100001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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