Html Css Color HEX #615DDB Slate Blue

📋 copy color: '#615DDB'

red 97 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #615DDB

Tints of Slate Blue #615DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.74%

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

R = 23.72%
G = 22.74%
B = 53.55%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#615DDB (or 0x615DDB) is known color: Slate Blue. HEX triplet: 61, 5D and DB. RGB value is (97,93,219). Sum of RGB (Red+Green+Blue) = 97+93+219=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #615DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DDB is #9EA224. Grayscale: #6C6C6C. Windows color (decimal): -10396197 or 14376289. OLE color: 14376289.

HSL color Cylindrical-coordinate representation of color #615DDB: hue angle of 241.9º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #615DDB is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 93 219 -
CMYK 0.56 0.58 0 0.14
HSL 241.9º 0.64% 0.61% -
HSV(B) 241.9º 0.58% 0.86% -
XYZ 21.63 15.48 68.87 -
YUV 108.56 190.33 119.75 -
System Red Green Blue C M Y K H S L
Decimal 97 93 219 0.56 0.58 0 0.14 241.9 0.64 0.61
Hex 61 5D DB 38 3A 0 E F2 40 3D
Octal 141 135 333 70 72 0 16 362 100 75
Binary 1100001 1011101 11011011 111000 111010 0 1110 11110010 1000000 111101

Color Harmonies of #615DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615DDB

Black with #615DDB

Text Example


Text Example

White with #615DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615DDB; }

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

 H1.HeaderClassName
 {
   color: #615DDB;
 }
 .AnyTagClassName
 {
   color: #615DDB;
 }
</style>

background-color css

<style>
 a { background-color: #615DDB; }

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

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

border-color css

<style>
 span { border-color: #615DDB; }

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

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