#635eac

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

Shades of Rich Blue #635EAC

Tints of Rich Blue #635EAC

Color information

#635EAC (or 0x635EAC) is unknown color: approx Rich Blue. HEX triplet: 63, 5E and AC. RGB value is (99,94,172). Sum of RGB (Red+Green+Blue) = 99+94+172=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #635EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635EAC is #9CA153. Grayscale: #686868. Windows color (decimal): -10264916 or 11296355. OLE color: 11296355.

HSL color Cylindrical-coordinate representation of color #635EAC: hue angle of 243.85º 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 #635EAC is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9994172-
CMYK0.420.4500.33
HSL243.85º31.97%52.16%-
HSV(B)243.85º45.35%67.45%-
XYZ16.5913.6440.79-
YUV104.39166.16124.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.12%
GREEN value IS 94 (37.11% from 255) = 25.75%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=27.12%
G=25.75%
B=47.12%

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
Decimal99941720.420.4500.33243.8531.9752.16
Hex635EAC2A2D021f42034
Octal14313625452550413644064
Binary1100011101111010101100101010101101010000111110100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635eac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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