Html Css Color HEX #63849A Horizon

📋 copy color: '#63849A'

red 99 ◦ green 132 ◦ blue 154

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

Shades of Horizon #63849A

Tints of Horizon #63849A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

 BLUE value IS 154 (60.55% from 255) = 40%

R = 25.71%
G = 34.29%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#63849A (or 0x63849A) is known color: Horizon. HEX triplet: 63, 84 and 9A. RGB value is (99,132,154). Sum of RGB (Red+Green+Blue) = 99+132+154=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #63849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63849A is #9C7B65. Grayscale: #7C7C7C. Windows color (decimal): -10255206 or 10126435. OLE color: 10126435.

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

Color convert

RGB 99 132 154 -
CMYK 0.36 0.14 0 0.40
HSL 204º 0.22% 0.5% -
HSV(B) 204º 0.36% 0.6% -
XYZ 19.23 21.49 33.71 -
YUV 124.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 99 132 154 0.36 0.14 0 0.40 204 0.22 0.5
Hex 63 84 9A 24 E 0 28 CC 16 32
Octal 143 204 232 44 16 0 50 314 26 62
Binary 1100011 10000100 10011010 100100 1110 0 101000 11001100 10110 110010

Color Harmonies of #63849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63849A

Black with #63849A

Text Example


Text Example

White with #63849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63849A; }

 p { color: rgb(99,132,154); }

 H1.HeaderClassName
 {
   color: #63849A;
 }
 .AnyTagClassName
 {
   color: #63849A;
 }
</style>

background-color css

<style>
 a { background-color: #63849A; }

 a { background-color: rgb(99,132,154); }

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

border-color css

<style>
 span { border-color: #63849A; }

 span { border-color: rgb(99,132,154); }

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