#63919E

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

Shades of Horizon #63919E

Tints of Horizon #63919E

Color information

#63919E (or 0x63919E) is unknown color: approx Horizon. HEX triplet: 63, 91 and 9E. RGB value is (99,145,158). Sum of RGB (Red+Green+Blue) = 99+145+158=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #63919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63919E is #9C6E61. Grayscale: #848484. Windows color (decimal): -10251874 or 10391907. OLE color: 10391907.

HSL color Cylindrical-coordinate representation of color #63919E: hue angle of 193.22º 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 #63919E is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99145158-
CMYK0.370.0800.38
HSL193.22º23.32%50.39%-
HSV(B)193.22º37.34%61.96%-
XYZ21.4425.3736.11-
YUV132.73142.26103.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.63%
GREEN value IS 145 (57.03% from 255) = 36.07%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=24.63%
G=36.07%
B=39.30%

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
Decimal991451580.370.0800.38193.2223.3250.39
Hex63919E258026c11732
Octal14322123645100463012762
Binary11000111001000110011110100101100001001101100000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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