Html Css Color HEX #635FDD Slate Blue

📋 copy color: '#635FDD'

red 99 ◦ green 95 ◦ blue 221

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

Shades of Slate Blue #635FDD

Tints of Slate Blue #635FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.89%

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

R = 23.86%
G = 22.89%
B = 53.25%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#635FDD (or 0x635FDD) is known color: Slate Blue. HEX triplet: 63, 5F and DD. RGB value is (99,95,221). Sum of RGB (Red+Green+Blue) = 99+95+221=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #635FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FDD is #9CA022. Grayscale: #6E6E6E. Windows color (decimal): -10264611 or 14507875. OLE color: 14507875.

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

Color convert

RGB 99 95 221 -
CMYK 0.55 0.57 0 0.13
HSL 241.9º 0.65% 0.62% -
HSV(B) 241.9º 0.57% 0.87% -
XYZ 22.29 16.06 70.33 -
YUV 110.56 190.33 119.75 -
System Red Green Blue C M Y K H S L
Decimal 99 95 221 0.55 0.57 0 0.13 241.9 0.65 0.62
Hex 63 5F DD 37 39 0 D F2 41 3E
Octal 143 137 335 67 71 0 15 362 101 76
Binary 1100011 1011111 11011101 110111 111001 0 1101 11110010 1000001 111110

Color Harmonies of #635FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635FDD

Black with #635FDD

Text Example


Text Example

White with #635FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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