Html Css Color HEX #615DBF Slate Blue

📋 copy color: '#615DBF'

red 97 ◦ green 93 ◦ blue 191

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

Shades of Slate Blue #615DBF

Tints of Slate Blue #615DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.13%

R = 25.46%
G = 24.41%
B = 50.13%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#615DBF (or 0x615DBF) is known color: Slate Blue. HEX triplet: 61, 5D and BF. RGB value is (97,93,191). Sum of RGB (Red+Green+Blue) = 97+93+191=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #615DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DBF is #9EA240. Grayscale: #686868. Windows color (decimal): -10396225 or 12541281. OLE color: 12541281.

HSL color Cylindrical-coordinate representation of color #615DBF: hue angle of 242.45º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #615DBF is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 93 191 -
CMYK 0.49 0.51 0 0.25
HSL 242.45º 0.43% 0.56% -
HSV(B) 242.45º 0.51% 0.75% -
XYZ 18.25 14.13 51.06 -
YUV 105.37 176.33 122.03 -
System Red Green Blue C M Y K H S L
Decimal 97 93 191 0.49 0.51 0 0.25 242.45 0.43 0.56
Hex 61 5D BF 31 33 0 19 F2 2B 38
Octal 141 135 277 61 63 0 31 362 53 70
Binary 1100001 1011101 10111111 110001 110011 0 11001 11110010 101011 111000

Color Harmonies of #615DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615DBF

Black with #615DBF

Text Example


Text Example

White with #615DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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