Html Css Color HEX #613FDD Slate Blue

📋 copy color: '#613FDD'

red 97 ◦ green 63 ◦ blue 221

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

Shades of Slate Blue #613FDD

Tints of Slate Blue #613FDD

RGB

 RED value IS 97 (38.28% from 255) = 25.46%

 GREEN value IS 63 (25% from 255) = 16.54%

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

R = 25.46%
G = 16.54%
B = 58.01%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#613FDD (or 0x613FDD) is known color: Slate Blue. HEX triplet: 61, 3F and DD. RGB value is (97,63,221). Sum of RGB (Red+Green+Blue) = 97+63+221=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #613FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FDD is #9EC022. Grayscale: #5A5A5A. Windows color (decimal): -10403875 or 14499681. OLE color: 14499681.

HSL color Cylindrical-coordinate representation of color #613FDD: hue angle of 252.91º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613FDD is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 63 221 -
CMYK 0.56 0.71 0 0.13
HSL 252.91º 0.7% 0.56% -
HSV(B) 252.91º 0.71% 0.87% -
XYZ 19.76 11.32 69.55 -
YUV 91.18 201.26 132.15 -
System Red Green Blue C M Y K H S L
Decimal 97 63 221 0.56 0.71 0 0.13 252.91 0.7 0.56
Hex 61 3F DD 38 47 0 D FD 46 38
Octal 141 77 335 70 107 0 15 375 106 70
Binary 1100001 111111 11011101 111000 1000111 0 1101 11111101 1000110 111000

Color Harmonies of #613FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613FDD

Black with #613FDD

Text Example


Text Example

White with #613FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,63,221); }

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

background-color css

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

 a { background-color: rgb(97,63,221); }

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

border-color css

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

 span { border-color: rgb(97,63,221); }

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