Html Css Color HEX #615CCD Slate Blue

📋 copy color: '#615CCD'

red 97 ◦ green 92 ◦ blue 205

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

Shades of Slate Blue #615CCD

Tints of Slate Blue #615CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 24.62%
G = 23.35%
B = 52.03%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#615CCD (or 0x615CCD) is known color: Slate Blue. HEX triplet: 61, 5C and CD. RGB value is (97,92,205). Sum of RGB (Red+Green+Blue) = 97+92+205=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #615CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CCD is #9EA332. Grayscale: #696969. Windows color (decimal): -10396467 or 13458529. OLE color: 13458529.

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

Color convert

RGB 97 92 205 -
CMYK 0.53 0.55 0 0.20
HSL 242.65º 0.53% 0.58% -
HSV(B) 242.65º 0.55% 0.8% -
XYZ 19.78 14.6 59.53 -
YUV 106.38 183.66 121.31 -
System Red Green Blue C M Y K H S L
Decimal 97 92 205 0.53 0.55 0 0.20 242.65 0.53 0.58
Hex 61 5C CD 35 37 0 14 F3 35 3A
Octal 141 134 315 65 67 0 24 363 65 72
Binary 1100001 1011100 11001101 110101 110111 0 10100 11110011 110101 111010

Color Harmonies of #615CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615CCD

Black with #615CCD

Text Example


Text Example

White with #615CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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