Html Css Color HEX #63919F Horizon

📋 copy color: '#63919F'

red 99 ◦ green 145 ◦ blue 159

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

Shades of Horizon #63919F

Tints of Horizon #63919F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.98%

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

R = 24.57%
G = 35.98%
B = 39.45%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63919F (or 0x63919F) is known color: Horizon. HEX triplet: 63, 91 and 9F. RGB value is (99,145,159). Sum of RGB (Red+Green+Blue) = 99+145+159=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #63919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63919F is #9C6E60. Grayscale: #848484. Windows color (decimal): -10251873 or 10457443. OLE color: 10457443.

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

Color convert

RGB 99 145 159 -
CMYK 0.38 0.09 0 0.38
HSL 194º 0.24% 0.51% -
HSV(B) 194º 0.38% 0.62% -
XYZ 21.53 25.41 36.57 -
YUV 132.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 99 145 159 0.38 0.09 0 0.38 194 0.24 0.51
Hex 63 91 9F 26 9 0 26 C2 18 33
Octal 143 221 237 46 11 0 46 302 30 63
Binary 1100011 10010001 10011111 100110 1001 0 100110 11000010 11000 110011

Color Harmonies of #63919F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63919F

Black with #63919F

Text Example


Text Example

White with #63919F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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