Html Css Color HEX #613EDB Slate Blue

📋 copy color: '#613EDB'

red 97 ◦ green 62 ◦ blue 219

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

Shades of Slate Blue #613EDB

Tints of Slate Blue #613EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.94%

R = 25.66%
G = 16.4%
B = 57.94%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#613EDB (or 0x613EDB) is known color: Slate Blue. HEX triplet: 61, 3E and DB. RGB value is (97,62,219). Sum of RGB (Red+Green+Blue) = 97+62+219=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #613EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613EDB is #9EC124. Grayscale: #595959. Windows color (decimal): -10404133 or 14368353. OLE color: 14368353.

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

Color convert

RGB 97 62 219 -
CMYK 0.56 0.72 0 0.14
HSL 253.38º 0.69% 0.55% -
HSV(B) 253.38º 0.72% 0.86% -
XYZ 19.44 11.1 68.14 -
YUV 90.36 200.6 132.73 -
System Red Green Blue C M Y K H S L
Decimal 97 62 219 0.56 0.72 0 0.14 253.38 0.69 0.55
Hex 61 3E DB 38 48 0 E FD 45 37
Octal 141 76 333 70 110 0 16 375 105 67
Binary 1100001 111110 11011011 111000 1001000 0 1110 11111101 1000101 110111

Color Harmonies of #613EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613EDB

Black with #613EDB

Text Example


Text Example

White with #613EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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