Html Css Color HEX #615CDB Slate Blue

📋 copy color: '#615CDB'

red 97 ◦ green 92 ◦ blue 219

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

Shades of Slate Blue #615CDB

Tints of Slate Blue #615CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.55%

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

R = 23.77%
G = 22.55%
B = 53.68%

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

#615CDB (or 0x615CDB) is known color: Slate Blue. HEX triplet: 61, 5C and DB. RGB value is (97,92,219). Sum of RGB (Red+Green+Blue) = 97+92+219=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #615CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CDB is #9EA324. Grayscale: #6B6B6B. Windows color (decimal): -10396453 or 14376033. OLE color: 14376033.

HSL color Cylindrical-coordinate representation of color #615CDB: hue angle of 242.36º 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 #615CDB is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 92 219 -
CMYK 0.56 0.58 0 0.14
HSL 242.36º 0.64% 0.61% -
HSV(B) 242.36º 0.58% 0.86% -
XYZ 21.54 15.31 68.84 -
YUV 107.97 190.66 120.17 -
System Red Green Blue C M Y K H S L
Decimal 97 92 219 0.56 0.58 0 0.14 242.36 0.64 0.61
Hex 61 5C DB 38 3A 0 E F2 40 3D
Octal 141 134 333 70 72 0 16 362 100 75
Binary 1100001 1011100 11011011 111000 111010 0 1110 11110010 1000000 111101

Color Harmonies of #615CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615CDB

Black with #615CDB

Text Example


Text Example

White with #615CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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