Html Css Color HEX #63649B Rich Blue

📋 copy color: '#63649B'

red 99 ◦ green 100 ◦ blue 155

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

Shades of Rich Blue #63649B

Tints of Rich Blue #63649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.25%

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

R = 27.97%
G = 28.25%
B = 43.79%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63649B (or 0x63649B) is known color: Rich Blue. HEX triplet: 63, 64 and 9B. RGB value is (99,100,155). Sum of RGB (Red+Green+Blue) = 99+100+155=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #63649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63649B is #9C9B64. Grayscale: #696969. Windows color (decimal): -10263397 or 10183779. OLE color: 10183779.

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

Color convert

RGB 99 100 155 -
CMYK 0.36 0.35 0 0.39
HSL 238.93º 0.22% 0.5% -
HSV(B) 238.93º 0.36% 0.61% -
XYZ 15.62 14.13 32.92 -
YUV 105.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 99 100 155 0.36 0.35 0 0.39 238.93 0.22 0.5
Hex 63 64 9B 24 23 0 27 EF 16 32
Octal 143 144 233 44 43 0 47 357 26 62
Binary 1100011 1100100 10011011 100100 100011 0 100111 11101111 10110 110010

Color Harmonies of #63649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63649B

Black with #63649B

Text Example


Text Example

White with #63649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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