Html Css Color HEX #635ADC Slate Blue

📋 copy color: '#635ADC'

red 99 ◦ green 90 ◦ blue 220

#635ADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #635ADC

Tints of Slate Blue #635ADC

RGB

 RED value IS 99 (39.06% from 255) = 24.21%

 GREEN value IS 90 (35.55% from 255) = 22%

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 24.21%
G = 22%
B = 53.79%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#635ADC (or 0x635ADC) is known color: Slate Blue. HEX triplet: 63, 5A and DC. RGB value is (99,90,220). Sum of RGB (Red+Green+Blue) = 99+90+220=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #635ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635ADC is #9CA523. Grayscale: #6B6B6B. Windows color (decimal): -10265892 or 14441059. OLE color: 14441059.

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

Color convert

RGB 99 90 220 -
CMYK 0.55 0.59 0 0.14
HSL 244.15º 0.65% 0.61% -
HSV(B) 244.15º 0.59% 0.86% -
XYZ 21.72 15.13 69.49 -
YUV 107.51 191.48 121.93 -
System Red Green Blue C M Y K H S L
Decimal 99 90 220 0.55 0.59 0 0.14 244.15 0.65 0.61
Hex 63 5A DC 37 3B 0 E F4 41 3D
Octal 143 132 334 67 73 0 16 364 101 75
Binary 1100011 1011010 11011100 110111 111011 0 1110 11110100 1000001 111101

Color Harmonies of #635ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635ADC

Black with #635ADC

Text Example


Text Example

White with #635ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #635ADC;
 }
 .AnyTagClassName
 {
   color: #635ADC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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