Html Css Color HEX #63859B Horizon

📋 copy color: '#63859B'

red 99 ◦ green 133 ◦ blue 155

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

Shades of Horizon #63859B

Tints of Horizon #63859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 25.58%
G = 34.37%
B = 40.05%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63859B (or 0x63859B) is known color: Horizon. HEX triplet: 63, 85 and 9B. RGB value is (99,133,155). Sum of RGB (Red+Green+Blue) = 99+133+155=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #63859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63859B is #9C7A64. Grayscale: #7D7D7D. Windows color (decimal): -10254949 or 10192227. OLE color: 10192227.

HSL color Cylindrical-coordinate representation of color #63859B: hue angle of 203.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63859B is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 133 155 -
CMYK 0.36 0.14 0 0.39
HSL 203.57º 0.22% 0.5% -
HSV(B) 203.57º 0.36% 0.61% -
XYZ 19.45 21.79 34.19 -
YUV 125.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 99 133 155 0.36 0.14 0 0.39 203.57 0.22 0.5
Hex 63 85 9B 24 E 0 27 CC 16 32
Octal 143 205 233 44 16 0 47 314 26 62
Binary 1100011 10000101 10011011 100100 1110 0 100111 11001100 10110 110010

Color Harmonies of #63859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63859B

Black with #63859B

Text Example


Text Example

White with #63859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63859B; }

 p { color: rgb(99,133,155); }

 H1.HeaderClassName
 {
   color: #63859B;
 }
 .AnyTagClassName
 {
   color: #63859B;
 }
</style>

background-color css

<style>
 a { background-color: #63859B; }

 a { background-color: rgb(99,133,155); }

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

border-color css

<style>
 span { border-color: #63859B; }

 span { border-color: rgb(99,133,155); }

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