Html Css Color HEX #63919E Horizon

📋 copy color: '#63919E'

red 99 ◦ green 145 ◦ blue 158

#63919E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horizon #63919E

Tints of Horizon #63919E

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.3%

R = 24.63%
G = 36.07%
B = 39.3%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63919E (or 0x63919E) is known color: 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

RGB 99 145 158 -
CMYK 0.37 0.08 0 0.38
HSL 193.22º 0.23% 0.5% -
HSV(B) 193.22º 0.37% 0.62% -
XYZ 21.44 25.37 36.11 -
YUV 132.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 99 145 158 0.37 0.08 0 0.38 193.22 0.23 0.5
Hex 63 91 9E 25 8 0 26 C1 17 32
Octal 143 221 236 45 10 0 46 301 27 62
Binary 1100011 10010001 10011110 100101 1000 0 100110 11000001 10111 110010

Color Harmonies of #63919E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63919E

Black with #63919E

Text Example


Text Example

White with #63919E

Text Example


Text Example

HTML Codes & Css Web 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>