Html Css Color HEX #63939F Horizon

📋 copy color: '#63939F'

red 99 ◦ green 147 ◦ blue 159

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

Shades of Horizon #63939F

Tints of Horizon #63939F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 24.44%
G = 36.3%
B = 39.26%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63939F (or 0x63939F) is known color: Horizon. HEX triplet: 63, 93 and 9F. RGB value is (99,147,159). Sum of RGB (Red+Green+Blue) = 99+147+159=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #63939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63939F is #9C6C60. Grayscale: #858585. Windows color (decimal): -10251361 or 10457955. OLE color: 10457955.

HSL color Cylindrical-coordinate representation of color #63939F: hue angle of 192º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63939F is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 147 159 -
CMYK 0.38 0.08 0 0.38
HSL 192º 0.24% 0.51% -
HSV(B) 192º 0.38% 0.62% -
XYZ 21.84 26.02 36.67 -
YUV 134.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 99 147 159 0.38 0.08 0 0.38 192 0.24 0.51
Hex 63 93 9F 26 8 0 26 C0 18 33
Octal 143 223 237 46 10 0 46 300 30 63
Binary 1100011 10010011 10011111 100110 1000 0 100110 11000000 11000 110011

Color Harmonies of #63939F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63939F

Black with #63939F

Text Example


Text Example

White with #63939F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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