#638C94

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

Shades of Horizon #638C94

Tints of Horizon #638C94

Color information

#638C94 (or 0x638C94) is unknown color: approx Horizon. HEX triplet: 63, 8C and 94. RGB value is (99,140,148). Sum of RGB (Red+Green+Blue) = 99+140+148=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #638C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638C94 is #9C736B. Grayscale: #808080. Windows color (decimal): -10253164 or 9735267. OLE color: 9735267.

HSL color Cylindrical-coordinate representation of color #638C94: hue angle of 189.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #638C94 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB99140148-
CMYK0.330.0500.42
HSL189.8º19.84%48.43%-
HSV(B)189.8º33.11%58.04%-
XYZ19.8723.5531.51-
YUV128.65138.92106.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.58%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=25.58%
G=36.18%
B=38.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991401480.330.0500.42189.819.8448.43
Hex638C9421502Abe1430
Octal1432142244150522762460
Binary1100011100011001001010010000110101010101011111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,140,148); }

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

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

 a { background-color: rgb(99,140,148); }

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

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

 span { border-color: rgb(99,140,148); }

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