#635DAA

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

Shades of Rich Blue #635DAA

Tints of Rich Blue #635DAA

Color information

#635DAA (or 0x635DAA) is unknown color: approx Rich Blue. HEX triplet: 63, 5D and AA. RGB value is (99,93,170). Sum of RGB (Red+Green+Blue) = 99+93+170=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #635DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635DAA is #9CA255. Grayscale: #676767. Windows color (decimal): -10265174 or 11165027. OLE color: 11165027.

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

Color convert

RGB9993170-
CMYK0.420.4500.33
HSL244.68º31.17%51.57%-
HSV(B)244.68º45.29%66.67%-
XYZ16.3213.3839.75-
YUV103.57165.49124.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.35%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=27.35%
G=25.69%
B=46.96%

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
Decimal99931700.420.4500.33244.6831.1751.57
Hex635DAA2A2D021f51f34
Octal14313525252550413653764
Binary110001110111011010101010101010110101000011111010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,93,170); }

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

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

 a { background-color: rgb(99,93,170); }

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

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

 span { border-color: rgb(99,93,170); }

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