Html Css Color HEX #635CDD Slate Blue

📋 copy color: '#635CDD'

red 99 ◦ green 92 ◦ blue 221

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

Shades of Slate Blue #635CDD

Tints of Slate Blue #635CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.33%

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 24.03%
G = 22.33%
B = 53.64%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#635CDD (or 0x635CDD) is known color: Slate Blue. HEX triplet: 63, 5C and DD. RGB value is (99,92,221). Sum of RGB (Red+Green+Blue) = 99+92+221=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #635CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CDD is #9CA322. Grayscale: #6C6C6C. Windows color (decimal): -10265379 or 14507107. OLE color: 14507107.

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

Color convert

RGB 99 92 221 -
CMYK 0.55 0.58 0 0.13
HSL 243.26º 0.65% 0.61% -
HSV(B) 243.26º 0.58% 0.87% -
XYZ 22.02 15.53 70.24 -
YUV 108.8 191.32 121.01 -
System Red Green Blue C M Y K H S L
Decimal 99 92 221 0.55 0.58 0 0.13 243.26 0.65 0.61
Hex 63 5C DD 37 3A 0 D F3 41 3D
Octal 143 134 335 67 72 0 15 363 101 75
Binary 1100011 1011100 11011101 110111 111010 0 1101 11110011 1000001 111101

Color Harmonies of #635CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635CDD

Black with #635CDD

Text Example


Text Example

White with #635CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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