#635FA5

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

Shades of Rich Blue #635FA5

Tints of Rich Blue #635FA5

Color information

#635FA5 (or 0x635FA5) is unknown color: approx Rich Blue. HEX triplet: 63, 5F and A5. RGB value is (99,95,165). Sum of RGB (Red+Green+Blue) = 99+95+165=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 165 - color contains mainly: blue. Hex color #635FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635FA5 is #9CA05A. Grayscale: #676767. Windows color (decimal): -10264667 or 10837859. OLE color: 10837859.

HSL color Cylindrical-coordinate representation of color #635FA5: hue angle of 243.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #635FA5 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9995165-
CMYK0.400.4200.35
HSL243.43º28%50.98%-
HSV(B)243.43º42.42%64.71%-
XYZ16.0313.5537.37-
YUV104.18162.33124.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 165 (64.84% from 255) = 45.96%
R=27.58%
G=26.46%
B=45.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal99951650.400.4200.35243.432850.98
Hex635FA5282A023f31c33
Octal14313724550520433633463
Binary110001110111111010010110100010101001000111111001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635FA5; }

 p { color: rgb(99,95,165); }

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

<style>
 a { background-color: #635FA5; }

 a { background-color: rgb(99,95,165); }

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

<style>
 span { border-color: #635FA5; }

 span { border-color: rgb(99,95,165); }

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