Html Css Color HEX #613EDA Slate Blue

📋 copy color: '#613EDA'

red 97 ◦ green 62 ◦ blue 218

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

Shades of Slate Blue #613EDA

Tints of Slate Blue #613EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.45%

 BLUE value IS 218 (85.55% from 255) = 57.82%

R = 25.73%
G = 16.45%
B = 57.82%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#613EDA (or 0x613EDA) is known color: Slate Blue. HEX triplet: 61, 3E and DA. RGB value is (97,62,218). Sum of RGB (Red+Green+Blue) = 97+62+218=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #613EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613EDA is #9EC125. Grayscale: #595959. Windows color (decimal): -10404134 or 14302817. OLE color: 14302817.

HSL color Cylindrical-coordinate representation of color #613EDA: hue angle of 253.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #613EDA is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 62 218 -
CMYK 0.56 0.72 0 0.15
HSL 253.46º 0.68% 0.55% -
HSV(B) 253.46º 0.72% 0.85% -
XYZ 19.31 11.05 67.44 -
YUV 90.25 200.1 132.82 -
System Red Green Blue C M Y K H S L
Decimal 97 62 218 0.56 0.72 0 0.15 253.46 0.68 0.55
Hex 61 3E DA 38 48 0 F FD 44 37
Octal 141 76 332 70 110 0 17 375 104 67
Binary 1100001 111110 11011010 111000 1001000 0 1111 11111101 1000100 110111

Color Harmonies of #613EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613EDA

Black with #613EDA

Text Example


Text Example

White with #613EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,62,218); }

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

background-color css

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

 a { background-color: rgb(97,62,218); }

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

border-color css

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

 span { border-color: rgb(97,62,218); }

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