Html Css Color HEX #63649C Rich Blue

📋 copy color: '#63649C'

red 99 ◦ green 100 ◦ blue 156

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

Shades of Rich Blue #63649C

Tints of Rich Blue #63649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 27.89%
G = 28.17%
B = 43.94%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63649C (or 0x63649C) is known color: Rich Blue. HEX triplet: 63, 64 and 9C. RGB value is (99,100,156). Sum of RGB (Red+Green+Blue) = 99+100+156=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #63649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63649C is #9C9B63. Grayscale: #696969. Windows color (decimal): -10263396 or 10249315. OLE color: 10249315.

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

Color convert

RGB 99 100 156 -
CMYK 0.37 0.36 0 0.39
HSL 238.95º 0.22% 0.5% -
HSV(B) 238.95º 0.37% 0.61% -
XYZ 15.7 14.17 33.36 -
YUV 106.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 99 100 156 0.37 0.36 0 0.39 238.95 0.22 0.5
Hex 63 64 9C 25 24 0 27 EF 16 32
Octal 143 144 234 45 44 0 47 357 26 62
Binary 1100011 1100100 10011100 100101 100100 0 100111 11101111 10110 110010

Color Harmonies of #63649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63649C

Black with #63649C

Text Example


Text Example

White with #63649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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