Html Css Color HEX #615BCC Slate Blue

📋 copy color: '#615BCC'

red 97 ◦ green 91 ◦ blue 204

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

Shades of Slate Blue #615BCC

Tints of Slate Blue #615BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.21%

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 24.74%
G = 23.21%
B = 52.04%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#615BCC (or 0x615BCC) is known color: Slate Blue. HEX triplet: 61, 5B and CC. RGB value is (97,91,204). Sum of RGB (Red+Green+Blue) = 97+91+204=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #615BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615BCC is #9EA433. Grayscale: #696969. Windows color (decimal): -10396724 or 13392737. OLE color: 13392737.

HSL color Cylindrical-coordinate representation of color #615BCC: hue angle of 243.19º 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 #615BCC is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 91 204 -
CMYK 0.52 0.55 0 0.2
HSL 243.19º 0.53% 0.58% -
HSV(B) 243.19º 0.55% 0.8% -
XYZ 19.57 14.38 58.87 -
YUV 105.68 183.49 121.81 -
System Red Green Blue C M Y K H S L
Decimal 97 91 204 0.52 0.55 0 0.2 243.19 0.53 0.58
Hex 61 5B CC 34 37 0 14 F3 35 3A
Octal 141 133 314 64 67 0 24 363 65 72
Binary 1100001 1011011 11001100 110100 110111 0 10100 11110011 110101 111010

Color Harmonies of #615BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615BCC

Black with #615BCC

Text Example


Text Example

White with #615BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,91,204); }

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

background-color css

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

 a { background-color: rgb(97,91,204); }

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

border-color css

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

 span { border-color: rgb(97,91,204); }

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