#638492

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

Shades of Horizon #638492

Tints of Horizon #638492

Color information

#638492 (or 0x638492) is unknown color: approx Horizon. HEX triplet: 63, 84 and 92. RGB value is (99,132,146). Sum of RGB (Red+Green+Blue) = 99+132+146=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #638492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638492 is #9C7B6D. Grayscale: #7B7B7B. Windows color (decimal): -10255214 or 9602147. OLE color: 9602147.

HSL color Cylindrical-coordinate representation of color #638492: hue angle of 197.87º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #638492 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB99132146-
CMYK0.320.1000.43
HSL197.87º19.18%48.04%-
HSV(B)197.87º32.19%57.25%-
XYZ18.5921.2330.31-
YUV123.73140.57110.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.26%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=26.26%
G=35.01%
B=38.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991321460.320.1000.43197.8719.1848.04
Hex63849220A02Bc61330
Octal14320422240120533062360
Binary11000111000010010010010100000101001010111100011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638492; }

 p { color: rgb(99,132,146); }

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

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

 a { background-color: rgb(99,132,146); }

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

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

 span { border-color: rgb(99,132,146); }

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