#638B94

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

Shades of Horizon #638B94

Tints of Horizon #638B94

Color information

#638B94 (or 0x638B94) is unknown color: approx Horizon. HEX triplet: 63, 8B and 94. RGB value is (99,139,148). Sum of RGB (Red+Green+Blue) = 99+139+148=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #638B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638B94 is #9C746B. Grayscale: #7F7F7F. Windows color (decimal): -10253420 or 9735011. OLE color: 9735011.

HSL color Cylindrical-coordinate representation of color #638B94: hue angle of 191.02º 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 #638B94 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB99139148-
CMYK0.330.0600.42
HSL191.02º19.84%48.43%-
HSV(B)191.02º33.11%58.04%-
XYZ19.7223.2631.47-
YUV128.07139.25107.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.65%
GREEN value IS 139 (54.69% from 255) = 36.01%
BLUE value IS 148 (58.20% from 255) = 38.34%
R=25.65%
G=36.01%
B=38.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991391480.330.0600.42191.0219.8448.43
Hex638B9421602Abf1430
Octal1432132244160522772460
Binary1100011100010111001010010000111001010101011111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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