Html Css Color HEX #615FDB Slate Blue

📋 copy color: '#615FDB'

red 97 ◦ green 95 ◦ blue 219

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

Shades of Slate Blue #615FDB

Tints of Slate Blue #615FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

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

R = 23.6%
G = 23.11%
B = 53.28%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#615FDB (or 0x615FDB) is known color: Slate Blue. HEX triplet: 61, 5F and DB. RGB value is (97,95,219). Sum of RGB (Red+Green+Blue) = 97+95+219=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #615FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615FDB is #9EA024. Grayscale: #6D6D6D. Windows color (decimal): -10395685 or 14376801. OLE color: 14376801.

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

Color convert

RGB 97 95 219 -
CMYK 0.56 0.57 0 0.14
HSL 240.97º 0.63% 0.62% -
HSV(B) 240.97º 0.57% 0.86% -
XYZ 21.81 15.84 68.93 -
YUV 109.73 189.66 118.92 -
System Red Green Blue C M Y K H S L
Decimal 97 95 219 0.56 0.57 0 0.14 240.97 0.63 0.62
Hex 61 5F DB 38 39 0 E F1 3F 3E
Octal 141 137 333 70 71 0 16 361 77 76
Binary 1100001 1011111 11011011 111000 111001 0 1110 11110001 111111 111110

Color Harmonies of #615FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615FDB

Black with #615FDB

Text Example


Text Example

White with #615FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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