Html Css Color HEX #615DCB Slate Blue

📋 copy color: '#615DCB'

red 97 ◦ green 93 ◦ blue 203

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

Shades of Slate Blue #615DCB

Tints of Slate Blue #615DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 24.68%
G = 23.66%
B = 51.65%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#615DCB (or 0x615DCB) is known color: Slate Blue. HEX triplet: 61, 5D and CB. RGB value is (97,93,203). Sum of RGB (Red+Green+Blue) = 97+93+203=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #615DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DCB is #9EA234. Grayscale: #6A6A6A. Windows color (decimal): -10396213 or 13327713. OLE color: 13327713.

HSL color Cylindrical-coordinate representation of color #615DCB: hue angle of 242.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #615DCB is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 93 203 -
CMYK 0.52 0.54 0 0.20
HSL 242.18º 0.51% 0.58% -
HSV(B) 242.18º 0.54% 0.8% -
XYZ 19.62 14.68 58.3 -
YUV 106.74 182.33 121.06 -
System Red Green Blue C M Y K H S L
Decimal 97 93 203 0.52 0.54 0 0.20 242.18 0.51 0.58
Hex 61 5D CB 34 36 0 14 F2 33 3A
Octal 141 135 313 64 66 0 24 362 63 72
Binary 1100001 1011101 11001011 110100 110110 0 10100 11110010 110011 111010

Color Harmonies of #615DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615DCB

Black with #615DCB

Text Example


Text Example

White with #615DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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