Html Css Color HEX #615CDC Slate Blue

📋 copy color: '#615CDC'

red 97 ◦ green 92 ◦ blue 220

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

Shades of Slate Blue #615CDC

Tints of Slate Blue #615CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 23.72%
G = 22.49%
B = 53.79%

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

#615CDC (or 0x615CDC) is known color: Slate Blue. HEX triplet: 61, 5C and DC. RGB value is (97,92,220). Sum of RGB (Red+Green+Blue) = 97+92+220=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #615CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CDC is #9EA323. Grayscale: #6B6B6B. Windows color (decimal): -10396452 or 14441569. OLE color: 14441569.

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

Color convert

RGB 97 92 220 -
CMYK 0.56 0.58 0 0.14
HSL 242.34º 0.65% 0.61% -
HSV(B) 242.34º 0.58% 0.86% -
XYZ 21.68 15.36 69.53 -
YUV 108.09 191.16 120.09 -
System Red Green Blue C M Y K H S L
Decimal 97 92 220 0.56 0.58 0 0.14 242.34 0.65 0.61
Hex 61 5C DC 38 3A 0 E F2 41 3D
Octal 141 134 334 70 72 0 16 362 101 75
Binary 1100001 1011100 11011100 111000 111010 0 1110 11110010 1000001 111101

Color Harmonies of #615CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615CDC

Black with #615CDC

Text Example


Text Example

White with #615CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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