#635CDC

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

Shades of Slate Blue #635CDC

Tints of Slate Blue #635CDC

Color information

#635CDC (or 0x635CDC) is unknown color: approx Slate Blue. HEX triplet: 63, 5C and DC. RGB value is (99,92,220). Sum of RGB (Red+Green+Blue) = 99+92+220=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #635CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CDC is #9CA323. Grayscale: #6C6C6C. Windows color (decimal): -10265380 or 14441571. OLE color: 14441571.

HSL color Cylindrical-coordinate representation of color #635CDC: hue angle of 243.28º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #635CDC is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9992220-
CMYK0.550.5800.14
HSL243.28º64.65%61.18%-
HSV(B)243.28º58.18%86.27%-
XYZ21.8915.4769.54-
YUV108.68190.82121.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.09%
GREEN value IS 92 (36.33% from 255) = 22.38%
BLUE value IS 220 (86.33% from 255) = 53.53%
R=24.09%
G=22.38%
B=53.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal99922200.550.5800.14243.2864.6561.18
Hex635CDC373A0Ef3413d
Octal143134334677201636310175
Binary110001110111001101110011011111101001110111100111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,92,220); }

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

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

 a { background-color: rgb(99,92,220); }

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

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

 span { border-color: rgb(99,92,220); }

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