Html Css Color HEX #613DE0 Slate Blue

📋 copy color: '#613DE0'

red 97 ◦ green 61 ◦ blue 224

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

Shades of Slate Blue #613DE0

Tints of Slate Blue #613DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 58.64%

R = 25.39%
G = 15.97%
B = 58.64%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#613DE0 (or 0x613DE0) is known color: Slate Blue. HEX triplet: 61, 3D and E0. RGB value is (97,61,224). Sum of RGB (Red+Green+Blue) = 97+61+224=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #613DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613DE0 is #9EC21F. Grayscale: #595959. Windows color (decimal): -10404384 or 14695777. OLE color: 14695777.

HSL color Cylindrical-coordinate representation of color #613DE0: hue angle of 253.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #613DE0 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 61 224 -
CMYK 0.57 0.73 0 0.12
HSL 253.25º 0.72% 0.56% -
HSV(B) 253.25º 0.73% 0.88% -
XYZ 20.05 11.26 71.64 -
YUV 90.35 203.43 132.75 -
System Red Green Blue C M Y K H S L
Decimal 97 61 224 0.57 0.73 0 0.12 253.25 0.72 0.56
Hex 61 3D E0 39 49 0 C FD 48 38
Octal 141 75 340 71 111 0 14 375 110 70
Binary 1100001 111101 11100000 111001 1001001 0 1100 11111101 1001000 111000

Color Harmonies of #613DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DE0

Black with #613DE0

Text Example


Text Example

White with #613DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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