#63919D

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

Shades of Horizon #63919D

Tints of Horizon #63919D

Color information

#63919D (or 0x63919D) is unknown color: approx Horizon. HEX triplet: 63, 91 and 9D. RGB value is (99,145,157). Sum of RGB (Red+Green+Blue) = 99+145+157=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #63919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63919D is #9C6E62. Grayscale: #848484. Windows color (decimal): -10251875 or 10326371. OLE color: 10326371.

HSL color Cylindrical-coordinate representation of color #63919D: hue angle of 192.41º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63919D is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99145157-
CMYK0.370.0800.38
HSL192.41º22.83%50.2%-
HSV(B)192.41º36.94%61.57%-
XYZ21.3625.3435.66-
YUV132.61141.76104.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.69%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 157 (61.72% from 255) = 39.15%
R=24.69%
G=36.16%
B=39.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991451570.370.0800.38192.4122.8350.2
Hex63919D258026c01732
Octal14322123545100463002762
Binary11000111001000110011101100101100001001101100000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63919D; }

 p { color: rgb(99,145,157); }

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

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

 a { background-color: rgb(99,145,157); }

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

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

 span { border-color: rgb(99,145,157); }

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