Html Css Color HEX #635DDC Slate Blue

📋 copy color: '#635DDC'

red 99 ◦ green 93 ◦ blue 220

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

Shades of Slate Blue #635DDC

Tints of Slate Blue #635DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.57%

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

R = 24.03%
G = 22.57%
B = 53.4%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#635DDC (or 0x635DDC) is known color: Slate Blue. HEX triplet: 63, 5D and DC. RGB value is (99,93,220). Sum of RGB (Red+Green+Blue) = 99+93+220=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #635DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635DDC is #9CA223. Grayscale: #6C6C6C. Windows color (decimal): -10265124 or 14441827. OLE color: 14441827.

HSL color Cylindrical-coordinate representation of color #635DDC: hue angle of 242.83º degrees, saturation: 0.64, 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 #635DDC is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 93 220 -
CMYK 0.55 0.58 0 0.14
HSL 242.83º 0.64% 0.61% -
HSV(B) 242.83º 0.58% 0.86% -
XYZ 21.98 15.65 69.57 -
YUV 109.27 190.49 120.67 -
System Red Green Blue C M Y K H S L
Decimal 99 93 220 0.55 0.58 0 0.14 242.83 0.64 0.61
Hex 63 5D DC 37 3A 0 E F3 40 3D
Octal 143 135 334 67 72 0 16 363 100 75
Binary 1100011 1011101 11011100 110111 111010 0 1110 11110011 1000000 111101

Color Harmonies of #635DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635DDC

Black with #635DDC

Text Example


Text Example

White with #635DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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