Html Css Color HEX #63939E Horizon

📋 copy color: '#63939E'

red 99 ◦ green 147 ◦ blue 158

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

Shades of Horizon #63939E

Tints of Horizon #63939E

RGB

 RED value IS 99 (39.06% from 255) = 24.5%

 GREEN value IS 147 (57.81% from 255) = 36.39%

 BLUE value IS 158 (62.11% from 255) = 39.11%

R = 24.5%
G = 36.39%
B = 39.11%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63939E (or 0x63939E) is known color: Horizon. HEX triplet: 63, 93 and 9E. RGB value is (99,147,158). Sum of RGB (Red+Green+Blue) = 99+147+158=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #63939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63939E is #9C6C61. Grayscale: #858585. Windows color (decimal): -10251362 or 10392419. OLE color: 10392419.

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

Color convert

RGB 99 147 158 -
CMYK 0.37 0.07 0 0.38
HSL 191.19º 0.23% 0.5% -
HSV(B) 191.19º 0.37% 0.62% -
XYZ 21.75 25.99 36.22 -
YUV 133.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 99 147 158 0.37 0.07 0 0.38 191.19 0.23 0.5
Hex 63 93 9E 25 7 0 26 BF 17 32
Octal 143 223 236 45 7 0 46 277 27 62
Binary 1100011 10010011 10011110 100101 111 0 100110 10111111 10111 110010

Color Harmonies of #63939E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63939E

Black with #63939E

Text Example


Text Example

White with #63939E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63939E;
 }
 .AnyTagClassName
 {
   color: #63939E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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