Html Css Color HEX #613DDE Slate Blue

📋 copy color: '#613DDE'

red 97 ◦ green 61 ◦ blue 222

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

Shades of Slate Blue #613DDE

Tints of Slate Blue #613DDE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.05%

 BLUE value IS 222 (87.11% from 255) = 58.42%

R = 25.53%
G = 16.05%
B = 58.42%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#613DDE (or 0x613DDE) is known color: Slate Blue. HEX triplet: 61, 3D and DE. RGB value is (97,61,222). Sum of RGB (Red+Green+Blue) = 97+61+222=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #613DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613DDE is #9EC221. Grayscale: #595959. Windows color (decimal): -10404386 or 14564705. OLE color: 14564705.

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

Color convert

RGB 97 61 222 -
CMYK 0.56 0.73 0 0.13
HSL 253.42º 0.71% 0.55% -
HSV(B) 253.42º 0.73% 0.87% -
XYZ 19.78 11.15 70.22 -
YUV 90.12 202.43 132.91 -
System Red Green Blue C M Y K H S L
Decimal 97 61 222 0.56 0.73 0 0.13 253.42 0.71 0.55
Hex 61 3D DE 38 49 0 D FD 47 37
Octal 141 75 336 70 111 0 15 375 107 67
Binary 1100001 111101 11011110 111000 1001001 0 1101 11111101 1000111 110111

Color Harmonies of #613DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DDE

Black with #613DDE

Text Example


Text Example

White with #613DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,61,222); }

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

background-color css

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

 a { background-color: rgb(97,61,222); }

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

border-color css

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

 span { border-color: rgb(97,61,222); }

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