#63919C

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

Shades of Horizon #63919C

Tints of Horizon #63919C

Color information

#63919C (or 0x63919C) is unknown color: approx Horizon. HEX triplet: 63, 91 and 9C. RGB value is (99,145,156). Sum of RGB (Red+Green+Blue) = 99+145+156=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #63919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63919C is #9C6E63. Grayscale: #848484. Windows color (decimal): -10251876 or 10260835. OLE color: 10260835.

HSL color Cylindrical-coordinate representation of color #63919C: hue angle of 191.58º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63919C is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99145156-
CMYK0.370.0700.39
HSL191.58º22.35%50%-
HSV(B)191.58º36.54%61.18%-
XYZ21.2725.335.22-
YUV132.5141.26104.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.75%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 156 (61.33% from 255) = 39%
R=24.75%
G=36.25%
B=39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991451560.370.0700.39191.5822.3550
Hex63919C257027c01632
Octal1432212344570473002662
Binary1100011100100011001110010010111101001111100000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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