Html Css Color HEX #63869B Horizon

📋 copy color: '#63869B'

red 99 ◦ green 134 ◦ blue 155

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

Shades of Horizon #63869B

Tints of Horizon #63869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.54%

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

R = 25.52%
G = 34.54%
B = 39.95%

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

#63869B (or 0x63869B) is known color: Horizon. HEX triplet: 63, 86 and 9B. RGB value is (99,134,155). Sum of RGB (Red+Green+Blue) = 99+134+155=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #63869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63869B is #9C7964. Grayscale: #7D7D7D. Windows color (decimal): -10254693 or 10192483. OLE color: 10192483.

HSL color Cylindrical-coordinate representation of color #63869B: hue angle of 202.5º 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 #63869B is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 134 155 -
CMYK 0.36 0.14 0 0.39
HSL 202.5º 0.22% 0.5% -
HSV(B) 202.5º 0.36% 0.61% -
XYZ 19.59 22.07 34.24 -
YUV 125.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 99 134 155 0.36 0.14 0 0.39 202.5 0.22 0.5
Hex 63 86 9B 24 E 0 27 CA 16 32
Octal 143 206 233 44 16 0 47 312 26 62
Binary 1100011 10000110 10011011 100100 1110 0 100111 11001010 10110 110010

Color Harmonies of #63869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63869B

Black with #63869B

Text Example


Text Example

White with #63869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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