#635FAC

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

Shades of Rich Blue #635FAC

Tints of Rich Blue #635FAC

Color information

#635FAC (or 0x635FAC) is unknown color: approx Rich Blue. HEX triplet: 63, 5F and AC. RGB value is (99,95,172). Sum of RGB (Red+Green+Blue) = 99+95+172=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #635FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635FAC is #9CA053. Grayscale: #686868. Windows color (decimal): -10264660 or 11296611. OLE color: 11296611.

HSL color Cylindrical-coordinate representation of color #635FAC: hue angle of 243.12º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #635FAC is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9995172-
CMYK0.420.4500.33
HSL243.12º31.69%52.35%-
HSV(B)243.12º44.77%67.45%-
XYZ16.6813.8240.82-
YUV104.97165.83123.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.05%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 172 (67.58% from 255) = 46.99%
R=27.05%
G=25.96%
B=46.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99951720.420.4500.33243.1231.6952.35
Hex635FAC2A2D021f32034
Octal14313725452550413634064
Binary1100011101111110101100101010101101010000111110011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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