#63689D

Color #63689D Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #63689D

Tints of Rich Blue #63689D

Color information

#63689D (or 0x63689D) is unknown color: approx 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

RGB99104157-
CMYK0.370.3400.38
HSL234.83º22.83%50.2%-
HSV(B)234.83º36.94%61.57%-
XYZ16.1814.9933.94-
YUV108.55155.34121.19-

RGB Variations

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

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 (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991041570.370.3400.38234.8322.8350.2
Hex63689D2522026eb1732
Octal14315023545420463532762
Binary110001111010001001110110010110001001001101110101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>