#63669B

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

Shades of Rich Blue #63669B

Tints of Rich Blue #63669B

Color information

#63669B (or 0x63669B) is unknown color: approx Rich Blue. HEX triplet: 63, 66 and 9B. RGB value is (99,102,155). Sum of RGB (Red+Green+Blue) = 99+102+155=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #63669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63669B is #9C9964. Grayscale: #6A6A6A. Windows color (decimal): -10262885 or 10184291. OLE color: 10184291.

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

Color convert

RGB99102155-
CMYK0.360.3400.39
HSL236.79º22.05%49.8%-
HSV(B)236.79º36.13%60.78%-
XYZ15.8114.5232.98-
YUV107.14155.01122.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.81%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 155 (60.94% from 255) = 43.54%
R=27.81%
G=28.65%
B=43.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991021550.360.3400.39236.7922.0549.8
Hex63669B2422027ed1632
Octal14314623344420473552662
Binary110001111001101001101110010010001001001111110110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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