Html Css Color HEX #63689D Rich Blue

📋 copy color: '#63689D'

red 99 ◦ green 104 ◦ blue 157

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

Shades of Rich Blue #63689D

Tints of Rich Blue #63689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.89%

 BLUE value IS 157 (61.72% from 255) = 43.61%

R = 27.5%
G = 28.89%
B = 43.61%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63689D (or 0x63689D) is known color: Rich Blue. HEX triplet: 63, 68 and 9D. RGB value is (99,104,157). Sum of RGB (Red+Green+Blue) = 99+104+157=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #63689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63689D is #9C9762. Grayscale: #6C6C6C. Windows color (decimal): -10262371 or 10315875. OLE color: 10315875.

HSL color Cylindrical-coordinate representation of color #63689D: hue angle of 234.83º 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 #63689D is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 104 157 -
CMYK 0.37 0.34 0 0.38
HSL 234.83º 0.23% 0.5% -
HSV(B) 234.83º 0.37% 0.62% -
XYZ 16.18 14.99 33.94 -
YUV 108.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 99 104 157 0.37 0.34 0 0.38 234.83 0.23 0.5
Hex 63 68 9D 25 22 0 26 EB 17 32
Octal 143 150 235 45 42 0 46 353 27 62
Binary 1100011 1101000 10011101 100101 100010 0 100110 11101011 10111 110010

Color Harmonies of #63689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63689D

Black with #63689D

Text Example


Text Example

White with #63689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63689D; }

 p { color: rgb(99,104,157); }

 H1.HeaderClassName
 {
   color: #63689D;
 }
 .AnyTagClassName
 {
   color: #63689D;
 }
</style>

background-color css

<style>
 a { background-color: #63689D; }

 a { background-color: rgb(99,104,157); }

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

border-color css

<style>
 span { border-color: #63689D; }

 span { border-color: rgb(99,104,157); }

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