#63689B

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

Shades of Rich Blue #63689B

Tints of Rich Blue #63689B

Color information

#63689B (or 0x63689B) is unknown color: approx Rich Blue. HEX triplet: 63, 68 and 9B. RGB value is (99,104,155). Sum of RGB (Red+Green+Blue) = 99+104+155=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #63689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63689B is #9C9764. Grayscale: #6C6C6C. Windows color (decimal): -10262373 or 10184803. OLE color: 10184803.

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

Color convert

RGB99104155-
CMYK0.360.3300.39
HSL234.64º22.05%49.8%-
HSV(B)234.64º36.13%60.78%-
XYZ16.0114.9233.05-
YUV108.32154.34121.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=27.65%
G=29.05%
B=43.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991041550.360.3300.39234.6422.0549.8
Hex63689B2421027eb1632
Octal14315023344410473532662
Binary110001111010001001101110010010000101001111110101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63689B;
 }
 .AnyTagClassName
 {
   color: #63689B;
 }
</style>
background-color css

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

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

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

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

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

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