Html Css Color HEX #63649E Rich Blue

📋 copy color: '#63649E'

red 99 ◦ green 100 ◦ blue 158

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

Shades of Rich Blue #63649E

Tints of Rich Blue #63649E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 27.73%
G = 28.01%
B = 44.26%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63649E (or 0x63649E) is known color: Rich Blue. HEX triplet: 63, 64 and 9E. RGB value is (99,100,158). Sum of RGB (Red+Green+Blue) = 99+100+158=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #63649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63649E is #9C9B61. Grayscale: #6A6A6A. Windows color (decimal): -10263394 or 10380387. OLE color: 10380387.

HSL color Cylindrical-coordinate representation of color #63649E: hue angle of 238.98º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63649E is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 100 158 -
CMYK 0.37 0.37 0 0.38
HSL 238.98º 0.23% 0.5% -
HSV(B) 238.98º 0.37% 0.62% -
XYZ 15.87 14.24 34.26 -
YUV 106.31 157.17 122.78 -
System Red Green Blue C M Y K H S L
Decimal 99 100 158 0.37 0.37 0 0.38 238.98 0.23 0.5
Hex 63 64 9E 25 25 0 26 EF 17 32
Octal 143 144 236 45 45 0 46 357 27 62
Binary 1100011 1100100 10011110 100101 100101 0 100110 11101111 10111 110010

Color Harmonies of #63649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63649E

Black with #63649E

Text Example


Text Example

White with #63649E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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